Create a NumberDisplay object with limit 80 in the Code Pad by typing
NumberDisplay nd = new NumberDisplay(80);
Then call its getValue(), setValue(int value), and increment() methods in the Code Pad (e.g., by typing nd.getValue()). Note that statements (mutators) need a semicolon at the end, while expressions (accessors) do not.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.