Search:

Type: Posts; User: curmudgeon

Search: Search took 0.12 seconds.

  1. Re: Need HELP understanding scan.nextInt() contructor!

    You're welcome!
  2. Re: Need HELP understanding scan.nextInt() contructor!

    Careful with what you call a constructor since scan.nextInt(...) isn't a constructor but rather a method, and this distinction is important.

    Your error is common: nextInt() does not handle the end...
Results 1 to 2 of 2