Basically what is happening is when you are using the nextInt() method, there is still a newline character left in the buffer, which is picked up when calling nextLine(). Basically, you just need to...