clockType Exercise

  1. Add a member function to clockType that returns just the minute.
  2. Add a function earlier which returns true if a time is earlier than another.
  3. Augment the driver (clock1.cpp) to test it.
  4. Run it.