Solved

The Statement ____ Assigns the String "Paris" to the Element

Question 25

Multiple Choice

The statement ____ assigns the string "Paris" to the element located in the first row,second column in the strCities array.


A) strCities(1, 1) = {Paris}
B) strCities(0, 1) = "Paris"
C) strCities(0, 0) = (Paris)
D) strCities(1, 0) = "Paris"

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions