Question: Write a C++ program to calculate the average grades of 20 students in a class. Each student takes 5 exams and the average grade is
Write a C++ program to calculate the average grades of 20 students in a class. Each student takes 5 exams and the average grade is calculated as the average of all the 5 exams. The program must ask the user to input grades for each student, calculate the average grade and display the output. Write a function and integrate it with the main program.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
