First off, you should be calling Scanner's nextLine() method not the next() method to be sure that you're handling the end-of-line (EOL) token appropriately. Next, if you get a run-time exception it...