Back in the good old days before the Scanner class all input was in the form of Strings. If user needed to input a numerical value then your code would read the input as a String and parse it using...