You get the first number with your first call to nextInt(). Then you get the rest of the numbers in a String by calling nextLine(). Then you try to get the numbers again by calling nextInt() in a...