% cd % cd cs21 % mkdir week9 % cd week9 % pwd % cp ~newhall/public/cs21/week9/* .
We will first look at the Object class
then we will look at the Comparable Interface
and then the Student.java class that implements it.
Next, we will look at the GradeInfo class