Question: C++ Write a program that allows the user to input the students names followed by their test scores and outputs the following: a. Class average
C++
Write a program that allows the user to input the students names followed by their test scores and outputs the following:
a. Class average
b. Names of all students whose test scores are below the class average with an appropriate message
c. Highest test score and the names of all students having the highest score
d. Use vectors/ deque in your code.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
