Problem #892 C++ using OBJECT ORIENTED PROGRAMMING

Define a class Time to represent time. Overload the << operator to display the time in HH:MM format.

Your Solution