I have a program, many pieces. Well, many for me as a newbie.
-It prompts the user for a choice.
-The User puts in the choice.
-The program runs and compiles fine -
-But instead of a return 0;
-how would I return to like - my first cout prompt?
-or is goto the correct way ahead here?