In the following array, what is the value of address[1][1]? String address = { {123 Oak ,

Question:

In the following array, what is the value of address[1][1]?
String address = { {"123 Oak ", "345 Elm "}, {"87 Maple ", "901 Linden "} };
a. "123 Oak "
b. "345 Elm "
c. "87 Maple "
d. "901 Linden "

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question

Java Programming

ISBN: 978-1337397070

9th edition

Authors: Joyce Farrell

Question Posted: