135k views
5 votes
One line of code is missing (marked in

red). Write a single line that MUST use the
class function "plus" to increase the value
of num1.number.
When done correctly, this code already will
print the new value of num1.number.

One line of code is missing (marked in red). Write a single line that MUST use the-example-1

1 Answer

3 votes

Answer: num1.plus(1);

Step-by-step explanation:

User CelinHC
by
5.2k points