Take out a piece of paper. We’ll be programming on paper.
Create a class Student with an instance variable grades of type array of doubles. The Student class must implement the following interface.
Modify the Student class to also implement the following interface.