Oct 14, 2020 at 2:20am
Hello! I am currently practicing on creating programs that will run and put the user to a menu that will output grading systems.
this is the question but i can't quite figure it how I can do it.
Write a C++ program that has 3 items in the main menu. The following items are as follows:
[E]dit name
[I]nput grades
[C]ompute grades
E[x]it
Oct 14, 2020 at 2:37am
Start off with a program that simply displays the menu.
Declare a char variable and get a value for it from the user.
Do that and post your code here. If you can't ... then back to the books/notes and off to tutorial-land as suggested.
Oct 14, 2020 at 3:31am
Thank you for the replies! I have successfully done it with your help!
Oct 14, 2020 at 3:35am
Well done.
Now for the green tick and move on.