Question: Create a Class to Time . Write member functions to set its members to valid values and print it in standard and military format Write
Create a Class to Time. Write member functions to set its members to valid values and print it in standard and military format
Write a program to test your class as follows:
- Prompt the user to enter a time in standard format and then print what he entered along with the time converted to military format.
- Prompt the user to enter a time in military format and then print what he entered along with the time converted to standard format.
- For each case above, enter a valid and an invalid time.
- If an incorrect format is entered, give the user one more try to get it right, then provide an appropriate response.
Step by Step Solution
There are 3 Steps involved in it
Solution Code and output include include using namespace std class Time private int hour int min int ... View full answer
Get step-by-step solutions from verified subject matter experts
