Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.11 seconds.

  1. Re: how to use Scanner and useDelimiter with int

    Did you read the API for the Scanner class? The nextInt() method doesn't scan past the next line character.

    If you don't understand what I mean by that, I recommend stepping through this with a...
  2. Re: how to use Scanner and useDelimiter with int

    What does this program do? What error do you get?

    Read the API for the Scanner class. Notice the difference between hasNext() and hasNextLine(). Also please notice that nextInt() doesn't scan past...
Results 1 to 2 of 2