Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.18 seconds.

  1. Re: Trying to create a loop for the user to press enter to return to main menu

    It still seems like a while or a do while is your best option. Just save what the user enters and start over (maybe use the continue statement).

    If you want more help, you'll have to provide an...
  2. Re: Trying to create a loop for the user to press enter to return to main menu

    What exactly do you want to happen when the user presses enter after pressing 3?
  3. Re: Trying to create a loop for the user to press enter to return to main menu

    Sounds like a job for a while loop?
Results 1 to 3 of 3