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