The "normal" class you must create is the following.
Grade - an encapsulation of a course grade.
         (Specification)
         
  The applications (i.e., the classes with a main() method) you
  must create include the following.
  
GradeWriter - an application that accepts a 
          a String representation of an ArrayList
          of Grade as a command-line argument and
          writes it to a file (named eid.grades).
          (Specification)
          GradeReader - an application that reads
          a String representation of an ArrayList
          of Grade objects from a file (named eid.grades)
          and prints the individual Grade objects.
          (Specification)
          GradeWriter to save a student's grades.GradeReader to view a student's grades..java files
  using Canvas in a single file named gradebusters.zip.
  Copyright 2016