Write a program that reads a point in time and outputs the same time without seconds.
Note: the input time may not contain seconds.
Write a program that reads a point in time and outputs the same time without seconds.
Note: the input time may not contain seconds.
Sample Input 1:
18:10:55Sample Output 1:
18:10Sample Input 2:
19:30:30Sample Output 2:
19:30Create a free account to access the full topic