i need to make a program where in the time is displayed in time is displayed as hours:minuites: seconds with leading zeroes (e.g. 00:00:00).the 12-hour time format will be used.
the user will enter the time the stopwatch should run starting at the equivalent time in hours,minutes, and seconds of the input.the stop watch runs until the time becomes 00:00:00.
this program should be able to print the digits 0 to 9 as block digits (like...
Leave a comment: