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); coutRelated Questions
Hire Me For All Your Tutoring Needs
Integrity-first tutoring: clear explanations, guidance, and feedback.
Drop an Email at
drjack9650@gmail.com
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.