|
|
@ -157,7 +157,7 @@ int Menu(void)
|
|
|
|
printf("Management for Students' scores\n");
|
|
|
|
printf("Management for Students' scores\n");
|
|
|
|
printf("1.Input record\n");
|
|
|
|
printf("1.Input record\n");
|
|
|
|
printf("2.Calculate total and average score of every course\n");
|
|
|
|
printf("2.Calculate total and average score of every course\n");
|
|
|
|
printf("3.Calculate total and average score of evry student\n");
|
|
|
|
printf("3.Calculate total and average score of every student\n");
|
|
|
|
printf("4.Sort in descending order by score\n");
|
|
|
|
printf("4.Sort in descending order by score\n");
|
|
|
|
printf("5.Sort in ascending order by score\n");
|
|
|
|
printf("5.Sort in ascending order by score\n");
|
|
|
|
printf("6.Sort in ascending order by number\n");
|
|
|
|
printf("6.Sort in ascending order by number\n");
|
|
|
|