hi
i need a program that set the clock to 00:00:00 if the user not enter the clock
then the program should count the time and print it on the screen until reach the user input
for example:
the time is 12:44:6 a.m.
and the user enter 4:3:50 a.m. to wake up
the program should count and print the clock from 12:44:6 a.m. until 4:3:50 a.m.
the output as follow
12:44:6
12:44:7
12:44:8
12:44:6
12:44:9
12:44:10
12:44:11
12:44:12
.
.
.
.
.
4:3:50
i really want your help
thanx