Grading program. Need help on array, and updates etc

closed account (4jL1T05o)
-
To be archived.
Last edited on
I would put the menu handling code in main - after you have loaded the data.

1
2
3
4
5
6
7
int choice=6;
do
{
  show menu options
  get user choice
  do action according to the choice
}while(choice != 6);

Topic archived. No new replies allowed.