CJCoding With Joseph
15per day

Counter Class

Create a class Counter with a private int field (starting at 0), an Increment() method that adds 1, and a GetCount() method that returns the current value. Do NOT write a Main method.

The tester increments twice and prints the count: 2.

Expected Output:

2
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.