Answered step by step
Verified Expert Solution
Question
1 Approved Answer
write a program that uses a function to read in the grades for four classes and then uses a function to calculate the average grade
write a program that uses a function to read in the grades for four classes and then uses 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 Beverly's grade differs from each classe 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
Beverly's Grades
English 82
History 77
C++ 88
Math 65
it is similar to chapter 5 project( absolute C++ pge 235 #1)
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started