Question: Write a basic menu system in C++ programming language. There should be a main menu and a help menu. The main menu should have user
Write a basic menu system in C++ programming language.
There should be a main menu and a help menu. The main menu should have user options for "1- display some text", "2- go to help menu", and "3- quit program". The help menu should have user options for "1- display some text", "2- go back to main menu", and "3- exit program". The main menu should be fully functional to access the help menu, and once in the help menu, the user should be able to go back to the main menu.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
