A known issue when using a Scanner is that the nextInt method does not read and EOL. If user types 4[enter] then only the 4 is read leaving behind the [enter]. The next time you call nextLine the...