← Back to Classes
Question 220
Counter with Reset
Counter with Reset
Create a classCounterwithIncrement(),Reset()(sets the count back to 0), andGetCount(). Do NOT write a Main method. Increment three times, Reset, Increment once → prints 1.
Expected Output:
1
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.