Write a program that converts 24-hour time to 12-hour time. The following is a sample dialogue:
Enter time in 24-hour notation:
13:07
That is the same as
1:07 PM
Agai n?(y/n)
y
Enter time in 24-hour notation:
10:15
That is the same as
10:15 AM
Agai n?
(y/n)
y
Enter time in 24-hour notation:
10:65
There is no such time as 10:65
Try again:
Enter time in 24-hour notation:
16:05
That is the same as
4:05 PM
Again?(y/n)
n
End of program
You will define an exception class called Time Format Mi stake, if the user enters an illegal time, like 10:65 or even gibberish like 8&*68, then your program will throw and catch a Time Format Mistake
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.