Question: C++ program Please follow these instructions Lab 6 Write a program that - defines the class Time. - data members hours, minutes and seconds member
Lab 6 Write a program that - defines the class Time. - data members hours, minutes and seconds member functions - one to set hours (24 hour format) - one to set minutes - one to set seconds - one to display time in 24 hour format (hh:mm:ss) one to display time in 12 hour format (hh:mm:ss AMPM) (Function definitions outside of the class!!) in main0, use the class instantiate a Time object (default constructor) - prompt user to enter hours, minutes, and seconds - initialize data members using a member functions - call member function to display time in 24 hour format call member function to display time in 12 hour format
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
