Search:

Type: Posts; User: Norm

Search: Search took 0.13 seconds.

  1. Replies
    5
    Views
    1,648

    Re: checking for digit while reading from a file

    What does the API doc say for the method you are using?
    I'd expect that error if the data being read was not was expected. For example a letter instead of digits.

    What error condition did you...
  2. Replies
    5
    Views
    1,648

    Re: checking for digit while reading from a file

    put the call to nextInt() inside of a try catch block to catch the error of trying to read a non-integer.
Results 1 to 2 of 2