You can use a single instance of the Scanner class for reading all the user input. There does not need to be one for each thing that is read.

Read the API doc for the Scanner class methods. There...