CJCoding With Joseph
15per day

Counter with Reset

Create a class Counter with Increment(), Reset() (sets the count back to 0), and GetCount(). 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.