MIT | MIT-AITI | Ethiopia 2004

Java Lab 7: Object Oriented Gradebook - Part III

  1. Change the field in the GradebookOO program from an aray to an ArrayList.
  2. Rewrite all the methods to use the ArrayList instead of the array. Make sure you use an Iterator for all the interations through the ArrayList. Compile.
  3. Do you have to make any changes to GBProgram so that it will compile and run successfully? Why or why not?
  4. Run GBProgram.

Submission: Submit all of your code for this lab.

Hosted by www.Geocities.ws

1