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

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

Answer: B

Computer Science & Information Technology

You might also like to view...

An entity is a characteristic of an attribute

Indicate whether the statement is true or false

Computer Science & Information Technology

When working from a command prompt, what command shows the drive letters available?

A) MAP B) DRIVE C) SHOW D) PROMPT

Computer Science & Information Technology