Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. Replies
    3
    Views
    1,693

    Re: Beginner problem with a do-while.

    Break this statement into two steps and test what is returned by the findInLine() method to make sure it is not null before calling the charAt() method.
  2. Replies
    3
    Views
    1,693

    Re: Beginner problem with a do-while.

    The error message says you are trying to use a variable with a null value on line 28.
    You need to look at line 28 and see what variable is null and then backtrack to see why that variable does not...
Results 1 to 2 of 2