Ask Question
17 July, 08:55

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.

+4
Answers (1)
  1. 17 July, 10:30
    0
    addOne (i)

    Explanation:

    to call a function write the name followed by set of parenthesis passing the argument.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “Assume a function addOne that accepts a single integer reference parameter and returns nothing. Call the function, passing it the variable ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers