Quiz Question 1 of 2
Considering the following code:
String[][] bradys = {
{"Mike", "Carol", "Alice"},
{"Bobby", "Peter", "Greg"},
{"Cindy", "Jan", "Marsha"}
};
What is the value at bradys[2][2]
Choose the correct answer below:
Quizzes are the best way to test your knowlege. Sign up for Treehouse today and prove yourself. We guarantee 100% satisfaction.