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:

Verified
Correct Answer:
Verified
Related Questions
Q20: Write the statements to traverse the strCategory
Q21: Assigning initial values to an array is
Q22: Write the statement to declare a
Q23: Based on the statement below,which of the
Q24: When an array is sorted in descending
Q26: The following sample of code contains errors.
Q27: Write the statements to traverse the strCategory
Q28: How do the elements in parallel one-dimensional
Q29: Case 1 - Tony’s Pizza & Pasta<br>The
Q30: If a one-dimensional array contains five elements,its