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";
The the value of cities[3] is "Kingston"
Need a fast expert's response?
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Comments
Leave a comment