โ Back to Classes
Question 444
Clock Display Class
Clock Display Class
Create a classClockwhose constructor stores hours and minutes, and aDisplay()method that returns the time asH:MMwhere the minutes are always shown with two digits (a leading zero when needed). Do not write aMainmethod. For 9 hours and 5 minutes the program prints: 9:05
Expected Output:
9:05
Topics:
Classes
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (cw, cr, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.