The Scanner class holds what is read from the console in a buffer. That includes the line end character.
The nextDouble() method does not read the line end char and leaves it in the buffer. The...