CSci 161 C

Fourth exercise set

Due:  Monday, October 27

Using our version of NoteBook as an example (not the textbook version) create a class called Inventory which contains an ArrayList of type Part (done in the earlier exercise).  In addition to the constructor, add methods to

Turn in source and documentation listings, and a test listing with at least three parts, at least one of which has an initial inventory level less than the reorder level.  Do this using the UnitTest feature of BlueJ so that you don't have to keep retyping input as you develop this class.

Please note that the material covered in this exercise will be covered on the exam Friday, October 24.  Please be far enough along by Thursday, Oct. 23, that questions on this exercise can be addressed (in class and in office hours).  Many thanks!