CSci 161 C

Third exercise set

Due

Part I (20 pts.):

Implement the Employee class as described on Exam #1, including (a new field) an employee number (a String).  Include

Turn in:  Source listing for the class and the class documentation.  To get to the class documentation, select Tools -> Project Documentation from the BlueJ project window (cntrl-J is a shortcut).  Be sure to test out all of your methods!

 

Part II (20 pts.):

Create a WorkingGroup class which contains an ArrayList of Employee objects.  Include the following two methods:

Test your program with the following data:

          E01, MARPLE, 15.0, 4
E02, POIROT, 12.0, 50
          E03, HOLMES, 25, 30

Turn in:  Source listing for the class and the class documentation together with a copy of the report.  To print the report