C++

its college level work, no need complex coding

Instructions for the problem

Chapter 5 project ( This is similar to page 235 #1)

Use a function to read in the grades for four classes.

Use a function to calculate the average grade in each of the classes.

Input the grades for one student. We will name her Beverly.

Output how Beverlys grade differs from each class average.

Make sure that your output is very clear.

Below is your data:

English 90 70 85 45 95 95   82 97 99 65

History 63 94 60 76 83 98 97 55 88 97

C++       92 83 64 87 93 99 95 84 77 62

Math     65 73 80 90 88 78 62 97 60 72

Beverlys Grades

                English 82

                History 77

             C++       88

             Math     65