Select Show Code Pad from the View menu. Create a NumberDisplay object with limit 6 in the Code Pad by typing
Then call its getValue, setValus, and increment methods in the Code Pad (e.g., by typing nd .getValue()). Note that statements (mutators) need a semi-colon at the end, while expressions (accessors) do not. The call to setValue will need to include a numeric& parameter value. Use the recorded method calls in the Terminal window to help you with the correct way of writing these method calls.
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.