Question #300286

given the following code what is the value of cities[3]

String cities[] = new String[5];

  cities[0] = "North bay";

  cities[1] = "Windsor";

  cities[2] = "Kitchener";

  cities[3] = "Kingston";

  cities[4] = "Ottawa";


Expert's answer

The the value of cities[3] is "Kingston"

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

LATEST TUTORIALS
APPROVED BY CLIENTS