Exercises

November 27 - 29, 2006

  1. Modify your Student class to keep an array of courses. Provide a method that takes as input a course name and returns true if the Student is taking the course represented by the name and false otherwise.
  2. Modify your Student class to use an ArrayList for the courses rather than an array.


Sami Rollins