โ Back to Classes
Question 223
Timer Class
Timer Class
Create a classTimerthat starts at 0 seconds, with aTick(int seconds)method that adds time and aFormat()method that returns the elapsed time as "M:SS" (minutes and zero-padded seconds). Do NOT write a Main method. After ticking 75 seconds, Format() returns '1:15'.
Expected Output:
1:15
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.