I'm trying to solve Java problems with Scanners, and I've run into a problem with loops.

I'm trying to run a program that uses "new Scanner(System.in)" to get input from a user, after I get the...