Input from the console doesn't get put into the input stream buffer until the console flushes (i.e. the enter key gets pressed). Scanner.next() is a blocking method and won't continue on until it...