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)
AnswerB.
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