Question: write in c++ Create a Time class that stores the time in hh/mm/ss format. Include at least two constructors and get and set methods for
write in c++
Create a Time class that stores the time in hh/mm/ss format. Include at least two constructors and get and set methods for each data member. Write an increment method that advances the time 1 minute. If the new minute goes beyond 59, set the minute back 0 and increment the hour by 1. Write a program to test the class, including the increment method.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
