in reply to Re: Problem with loops
in thread Problem with loops

well I am trying to create it so after the first time the user enters the name and address the program presents the menu again so that they can add print delete or whatever. I thought a loop was needed a second time to know when to get out, is their something else I should be doing?

Replies are listed 'Best First'.
Re^3: Problem with loops
by mbethke (Hermit) on Nov 26, 2011 at 17:38 UTC
    Certainly you'll need a loop, but if you want the menu to be shown repeatedly, you have to print it inside the loop.