Write a program that allows the user to enter students' names followed by their test scores and outputs the following information (assume that the maximum number of students in the class is 50):
1.Class average
2.Names of all the students whose test scores are below the class average with an appropriate message
3.Highest test score and the names of all students having the highest score.