Well done!

You have completed Review Multidimensional Arrays!

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:

Skip Quiz Review Video