Time Format Exceptions
Modify the MilTime class you created for Programming Challenge 4 of Chapter 15. The class should implement the following exceptions:
BadHour Throw when an invalid hour (< 0 or > 2359) is passed to the class.
BadSeconds Throw when an invalid number of seconds (< 0 or > 59) is passed to the class.
Demonstrate the class in a driver program.
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.