Search:

Type: Posts; User: Norm

Search: Search took 0.10 seconds.

  1. Replies
    6
    Views
    1,137

    Re: Simple problem help!

    Is there a statement terminating ; for the while?
    The code following the while that is inside the {}s is not part of the while statement.
  2. Replies
    6
    Views
    1,137

    Re: Simple problem help!

    Look at the while loop and see if it is coded correctly. Add a println first thing inside the while loop that prints out the value of i to check that it is incrementing correctly. The poorly...
  3. Replies
    6
    Views
    1,137

    Re: Simple problem help!

    Add a println() statement after where the String is read that prints out the String so you can see what the computer sees when it executes.

    The code needs to be formatted by indenting the nested...
Results 1 to 3 of 3