Search:

Type: Posts; User: GregBrannon

Search: Search took 0.08 seconds.

  1. Replies
    5
    Views
    1,178

    Re: scanner issues

    Then the input.nextDouble() statement isn't finding a legal token for a double in the file. Intelligently play with it and/or add print statements to determine what the Scanner object is seeing and...
  2. Replies
    5
    Views
    1,178

    Re: scanner issues

    At line 38 in main() - we can't tell where that is - the Scanner method being used does not agree with the data found in the file. This usually occurs when a type of number is expected but text is...
Results 1 to 2 of 2