Could you mind telling me what can I do for the following question?
To write a skeleton program for the assignment. It should have a menu system with at least 5 options. The menu keeps repeating after each procedure is called. When one of the procedures is called just return a message to the screen saying what this procedure will do: ie “this is task 1”
The menu options are:
1 Task 1
2 Task 2
3 Task 3
4 Task 4
0 Exit menu system
(Hint: use a case statement)
Cheers,