โ Back to Classes
Question 434
High Score Tracker
High Score Tracker
Create a classScoreBoardwith a public int fieldHighScore(starts at 0) and aSubmit(int score)method that updatesHighScoreonly when the new score is greater than the current one. Do not write aMainmethod. After submitting 50, 30, then 80, the program prints: 80
Expected Output:
80
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.