Question: 3. An array is declared using the statement Dim onOrder(10) As Items. Which of the following statements assigns the number 50 to the intQuantity member
3. An array is declared using the statement Dim onOrder(10) As Items. Which of the following statements assigns the number 50 to the intQuantity member variable contained in the last array element?
a. onOrder.intQuantity(10) = 50
b. Items.onOrder.intQuantity = 50
c. onOrder(9).intQuantity = 50
d. onOrder(10).intQuantity = 50
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
