Solved

Case 1 - MTN Outdoor

Question 15

Multiple Choice

Case 1 - MTN Outdoor
You have just started working for MTN Outdoor as a programmer. Your first assignment is to review and correct various code to use sub procedures and/or functions.
-Which of the following statements would invoke the GetEndInventory function and assign the function's return value to the intEnd variable?


A) Call GetEndInventory(intBegInv, intItemsSold, intReturned)
B) intEnd = Call GetEndInventory(intBegInv, intItemsSold, intReturned)
C) intEnd = GetEndInventory(intBegInv, intItemsSold, intReturned)
D) intEnd = GetEndInventory()

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions