nextLine() reads the end of line character that was left in the Scanner class's buffer after the nextInt() method was used. That's a very common problem when using the Scanner class's methods when...