Multiple Choice
An array called state() is loaded as follows:
Dim state() As String = {"Ohio", "Michigan", "California", "Arizona"}
What is the value of the subscript used to reference "Arizona"?
A) 1
B) 2
C) 3
D) 4
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q14: Storing data in an array decreases the
Q15: The following array is declared and initialized:<br>Dim
Q16: Write the statement to declare a seven-element
Q17: Based on the code below,intScores(0,0)is initialized to
Q18: Using an invalid subscript will result in
Q20: Write the statements to traverse the strCategory
Q21: Assigning initial values to an array is
Q22: Write the statement to declare a
Q23: Based on the statement below,which of the
Q24: When an array is sorted in descending