What error message do you see in the Code Pad if you type the following?
NumberDisplay .getValue ()
Take a careful look at this error message and try to cementer it because you will likely encounter something similar on numerous future occasions. Note that the reason for the error is that the class name, NumberDisplay, has been used incorrectly to try to call the getValue method, rather than the variable name nd.
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.