Most important advice you can get: don't shove all your code into the main method. Break it down into smaller chunks and put each of these into their own methods.

main method {
while user has...