Question: Programming Assignment Write a program to provide a report of student grades. Each student is given four exams. The final grade of each student is
Programming Assignment
Write a program to provide a report of student grades. Each student is given four exams. The final grade of each student is determined by calculating the weighted average of all the
exams. Your report should show the average of each student, the class average, and the maximum and minimum grades for the class.
The first set of data input contains the weights proportions for the four exam grades. Next, input the number of students in the class. The set of data input for each student
contains the following information:
Student's name
Student's ID
Grade for exam
Grade for exam
Grade for exam
Grade for exam
Use the following test data:
weights for exams:
number of student:
first student record:
make up the rest yourself.
Your output should be neat and readable with appropriate headings.
Code in C
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
