blob: 838593aecaabacfa358b51c19be4df242b9d23f7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
Input the hour in 24 hour time: 13
Input the minute: 10
Input the second: 10
Showing in regular time:
1:10:10 PM
Showing in military time:
1310:10
Showing in 24-hour time:
13:10:10
C:\Users\jakno\source\repos\CST116\cst116-lab4-JacobAKnox\7c\9.5\Debug\9.5.exe (process 16400) exited with code 0.
Press any key to close this window . . .
Input the hour in 24 hour time: 11
Input the minute: 10
Input the second: 1
Showing in regular time:
11:10:01 AM
Showing in military time:
1110:01
Showing in 24-hour time:
11:10:01
C:\Users\jakno\source\repos\CST116\cst116-lab4-JacobAKnox\7c\9.5\Debug\9.5.exe (process 18268) exited with code 0.
Press any key to close this window . . .
|