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:

Verified
Correct Answer:
Verified
Q24: The lowest possible subscript of an array
Q25: In Visual Basic you can use the
Q26: Procedures can be written to handle arrays
Q27: What does the following section of code
Q27: What does the following section of code
Q28: How many elements can be stored in
Q29: What happens to most controls when the
Q30: Which statement is not true about the
Q32: What is the error in the following
Q33: Which one of the following declares a