Vidyalelo
Visual Basic · Q518

Visual Basic MCQs: Test Your Proficiency in Visual Basic Programming

Programming · Visual Basic · question 518

Q518

The strStates and strCapitals arrays are parallel arrays. If Illinois is stored in the second element in the strStates array, where is its capital (Springfield) stored?

A.
strCapitals(1)
Answer
B.
strCapitals(2)
C.
strCapitals(0)
D.
strCapitals(3)

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board