Solved

In the Array Declaration Below, What Is the Significance of the Number

Question 31

Multiple Choice

In the array declaration below, what is the significance of the number 7? Dim strNames(7) As String


A) It indicates the number of elements in the array.
B) It's the upper bound (highest subscript value) of the array.
C) It's the value assigned to the array elements.
D) It's one greater than the upper bound of the array.

Correct Answer:

verifed

Verified

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

Related Questions