Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Write a program that allows the user to enter students\' namefollowed by their t

ID: 3615053 • Letter: W

Question

Write a program that allows the user to enter students' namefollowed by their test and scores and output the followinginformation( assume that the maximum number of students in theclass id 50)
a) class average
b) name of all the students whose test scores are below theclass average with an appropriate message
c) highest test score and the name of all the students havingthe highest score Write a program that allows the user to enter students' namefollowed by their test and scores and output the followinginformation( assume that the maximum number of students in theclass id 50)
a) class average
b) name of all the students whose test scores are below theclass average with an appropriate message
c) highest test score and the name of all the students havingthe highest score

Explanation / Answer

please rate - thanks #include using namespace std; double averageGrade(int[],int); double belowAverage(int[],string[],int,double); void highest(int[],string[],int); void input(int[],string[],int&); int main() {int i,grade[50]; string name[50]; double average; input (grade,name,i); average=averageGrade(grade,i); cout
Hire Me For All Your Tutoring Needs
Integrity-first tutoring: clear explanations, guidance, and feedback.
Drop an Email at
drjack9650@gmail.com
Chat Now And Get Quote