CJCoding With Joseph

Format a Time Struct

A Time struct with int fields hours and minutes is defined and initialized to {9, 5}. Print it in the format 'H:MM' where the minutes are always two digits (zero-padded).

Expected output:
9:05

Expected Output:

9:05
Topics:
Structs
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (p, fori)

Your Output

Run your code to see the output here...

Test Cases

Run your code to see test case results.