Write a program that reads in exam scores and displays the average score and the high score.
You should first ask the user how many exams there are. Your program must work for any number of exams.
How many exams? 5
Enter a score: 74
Enter a score: 91
Enter a score: 87
Enter a score: 93
Enter a score: 89
The average is 86.8, the high score is 93.