โ Back to Classes
Question 204
Counter Class
Counter Class
Create a classCounterwith a private int field (starting at 0), anIncrement()method that adds 1, and aGetCount()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.