Time Class
Learn to implement a Time class with its methods.
We'll cover the following...
Challenge
Write a program that creates and uses a Time
class to perform various time arithmetic.
Sample run
Here’s what you should see when you run the program. ...