Multiple Choice
The statement ____ assigns the string "Madrid" to the first element in the strCities array.
A) strCities(0) = Madrid
B) strCities(0) = "Madrid"
C) strCities(1) = Madrid
D) strCities(0) = {Madrid}
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q43: Write the statement to declare a five-element
Q44: Two or more arrays whose elements are
Q45: If a one-dimensional array contains five elements,its
Q46: The data in a two-dimensional array are
Q47: Consider the following array: <br>Dim numbers(,) As
Q49: The following statement will declare an array
Q50: Write the statement that assigns the length
Q51: A simple variable is unrelated to any
Q52: Based on the code below,intScores(1,1)is initialized to
Q53: To refer to the element located in