Question: Write a C program using C structures to keep records and perform statistical analysis for a class of students. The information of each student contains
Write a C program using C structures to keep records and perform statistical analysis for a class of students. The information of each student contains ID, Name, Sex, quizzes Scores (2 quizzes per semester), mid-term score, final score, and total score. The program should implement the following functionalities:
1.Add student records
2. Delete student records
3. Update student records
4. View all student records
5. Calculate an average of a selected students scores
6. Show student who gets the max total score
7. Show student who gets the min total score
8. Find student by ID
The program will prompt the user to choose the operation of records from a menu as shown below
:============================================ Menu============================================
1. Add student records
2. Delete student records
3. Update student records
4. View all student records
5. Calculate an average of a selected students scores
6. Show student who gets the max total score
7. Show student who gets the min total score
8. Find student by ID
Enter your choice:
The program should repeatedly take users choices until the user wants to exit.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
