Search:

Type: Posts; User: Norm

Search: Search took 0.16 seconds.

  1. Replies
    7
    Views
    2,055

    Re: Basic scanner question

    The user's input is not sent to the program until the user presses Enter. It is possible for more than one value to be entered before pressing Enter. With your program, enter these two items on...
  2. Replies
    7
    Views
    2,055

    Re: Basic scanner question

    No. One or the other.
    The user's input will be either a number that nextInt() can read or any input can be read by nextLine()

    Can you explain what the program wants the user to enter and in what...
Results 1 to 2 of 2