Question: isbn is 9780521670159 In C#... Design and implement a class that allows a teacher to track the grades in a single course. Include methods that
isbn is 9780521670159
In C#...
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. Modify Exercise 1 so that the class can keep track of multiple courses. Write a program to test your implementation. Rewrite Exercise 1 using an ArrayList. Write a program to test your implementation and compare its performance to that of the array implementation in Exercise 1 using the Timing class. Design and implement a class that uses an array to mimic the behavior of the ArrayList class. Include as many methods from the ArrayList class as possible. Write a program to test your implementation
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
