Lab 9 Class

The Lab9 class is the one driving your program.

  1. The Lab9 class main() creates an array of Patron objects.
  2. There is a call in Lab9 to Arrays.sort (Arrays is a static class for dealing with array data types) in order to sort our list.