Q. An array is declared using the statement Dim inventory(4) As Product. Which of the following statements assigns the number 100 to the intQuantity member variable contained in the last array element?
β
Correct Answer: (C)
inventory(3).intQuantity = 100