Define a class to represent time, in military format. Your class should have three private data member; hours, minutes, and seconds. Military time is represented with times ranging from 00:00:00 (12 am) to 23:59:59 (11:59:59 pm). Include a complete set of accessors, mutators, constructors, and additional methods to:
• print a time in twelve hour format
• calculate the difference between two times (overload the - operator)
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.