I have several methods that I\'ve used previously to accept user input and return it as a certain data type to the method that calls for it. I have used these methods, or v
Please don't close the Scanner.
Scanner
scan.close(); // Don't do it.
Doing that is causing the problem.