divinity wrote...
i still dont understand what u meanNo code should follow after the end of the while loop currently ending at line 54 (except maybe a "Goodbye." message being given -- as I had shown above).
Move line 54 to the end of the code.
there is no input line following the main menu (should be a scanin line at 35).
Insert at line 35:
command = scanin.next();