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:

Verified
Correct Answer:
Verified
Q10: Usually,the statement that invokes a function will
Q11: A Function procedure does not return a
Q12: The default combo box style in Visual
Q13: Write the code for a Sub procedure
Q14: A form's _ procedure is responsible for
Q16: The following sample of code contains errors.
Q17: Visual Basic allows you to specify that
Q18: The expression Math.Round(287.876,2)yields a value of _.<br>A)287.87<br>B)287.88<br>C)288.00<br>D)290.00
Q19: For the access key to work correctly
Q20: Case 1 - MTN Outdoor<br>You have just