

MCQOPTIONS
Saved Bookmarks
1. |
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) |
B. | strCapitals(2) |
C. | strCapitals(0) |
D. | stored?a) strCapitals(1)b) strCapitals(2)c) strCapitals(0)d) strCapitals(3) |
Answer» B. strCapitals(2) | |