Hello:
I am building a console application that entails a menu.
The user may select a number on the menu and a certain action will be performed. I am using a switch statement to loop through the menu options; however; if I want the program to return to the main menu everytime it finishes the task the user selects; how do I do that?
Do I use goto? I thought that was a bad programming habit to use it?
Thanks



LinkBack URL
About LinkBacks



