Write a program that will take 10 values representing exam scores (0-100) for a student. Then display a menu.
1 - display Ave score for Student
2 - display exam with the highest score
3 - display exam with the lowest score
4 - display all exam scores
0 - exit
REQUIREMENTS:
1. user-defined class (student_exam_info)
2. use loops, ifs, switch
3. use methods for each menu item
4. error check all entries (menu selections and score entries