Modify Exercise 1 so that the class can keep track of multiple courses. Write a program to test your implementation.
Exercise 1
Design and implement a class that allows a teacher to track the grades in a single course. Include methods that calculate the average grade, the highest grade, and the lowest grade. Write a program to test your class implementation.