180k views
1 vote
Assume a function addOne that accepts a single integer reference parameter and returns nothing.

Call the function, passing it the variable i which has already been declared.

1 Answer

1 vote

Answer:

addOne(i)

Step-by-step explanation:

to call a function write the name followed by set of parenthesis passing the argument.

User Maulik Shah
by
7.8k points