Exercises

September 6 - September 8, 2006

  1. Modify your Flight class to keep track of a list (array) of passengers. Provide methods to add new passengers and to print the passenger list.
  2. Modify your Flight class to use an ArrayList for the passengers rather than an array.


Sami Rollins