Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. Replies
    14
    Views
    1,777

    Re: How to make program ask for options again

    The formatting of your code makes it very hard to read.

    Have you solved your problem now?
  2. Replies
    14
    Views
    1,777

    Re: How to make program ask for options again

    The case statements are all in the switch() statement. The end of the switch statement could be a natural place to put the end of the loop.
  3. Replies
    14
    Views
    1,777

    Re: How to make program ask for options again

    If you want the program to repeat a section of code, you need to put that code inside of a loop.
    Probably a while(condition) loop that will execute until the user has told the program to stop...
  4. Replies
    14
    Views
    1,777

    Re: How to make program ask for options again

    What happens using the switch statement?

    What is your problem now?
Results 1 to 4 of 4