Search:

Type: Posts; User: Norm

Search: Search took 0.21 seconds.

  1. Replies
    7
    Views
    981

    Re: I am a newbie and I am stuck PLEASE HELP!!!

    The code is FULL of syntax errors and missing while statements and mismatched {}s

    One solution is to retype the whole method from the beginning.
    Type in a few lines, including the beginning {...
  2. Replies
    7
    Views
    981

    Re: I am a newbie and I am stuck PLEASE HELP!!!

    Can you do the compile step only and get the compiler's errors? Don't try to execute/run the code with compiler errors. You need to fix the compiler errors BEFORE trying to execute the code.
  3. Replies
    7
    Views
    981

    Re: I am a newbie and I am stuck PLEASE HELP!!!

    Please copy the full text of the error message and paste it here. It has important info about the error.


    Where is the while() part of the do{}while() statement?
  4. Replies
    7
    Views
    981

    Re: I am a newbie and I am stuck PLEASE HELP!!!

    Please copy the full text of the error message and paste it here.



    scanner.next();

    What does that line of code do?
Results 1 to 4 of 4