Question: 15. Which of the following statements should you use to call the GetEndingInventory procedure described in Review Question 14? a. Call GetEndingInventory(intBegin, intSales, intPurchases, intEnding)
15. Which of the following statements should you use to call the GetEndingInventory procedure described in Review Question 14?
a. Call GetEndingInventory(intBegin, intSales, intPurchases, intEnding)
b. Call GetEndingInventory(ByVal intBegin, ByVal intSales, ByVal intPurchases, ByRef intEnding)
c. Call GetEndingInventory(ByRef intBegin, ByRef intSales, ByRef intPurchases, ByRef intEnding)
d. Call GetEndingInventory(ByVal intBegin, ByVal intSales, ByVal intPurchases, ByVal intEnding)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
