Question: What is the correct statement needed to call a void function named sumIt that changes the value of the variable named totalSum ? a. @totalSum
What is the correct statement needed to call a void function named sumIt that changes the value of the variable named totalSum?
| a. | @totalSum = sumIt(); | |
| b. | totalSum = sumIt(); | |
| c. | sumIt(&totalSum); | |
| d. | void sumIt(totalSum); |
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
