Which of the following statements assigns the string California to the element located in the fourth column,

Question:

Which of the following statements assigns the string “California” to the element located in the fourth column, sixth row in the two-dimensional strStates array?
a. strStates(3, 5) = "California"
b. strStates(5, 3) = "California"
c. strStates(6, 3) = "California"
d. strStates(3, 6) = "California"

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: