Creating a Program in C++.

I need help understanding this instructions for the following C++ program.

Main(); “Menu”
In this assignment you will modify the main method, adding a menu so the user can select to run any of the methods below (SwapName, Backwards, AgeConvert, TempConvert).
Your code should do the following:
• Display a menu that allows the user to select and run any of the exercises above
• When the user selects an exercise that exercise code will run
You should have just put all 3 of them in the same post, since they all seem to be referencing the same assignment:

http://www.cplusplus.com/forum/general/196035/
http://www.cplusplus.com/forum/general/196034/
Topic archived. No new replies allowed.