This course will be retired on March 31, 2026. We recommend "Java Arrays" for up-to-date content.
Quiz Question 1 of 2
Considering the following code:
String[][] bradys = {
{"Mike", "Carol", "Alice"},
{"Bobby", "Peter", "Greg"},
{"Cindy", "Jan", "Marsha"}
};
How would you reference Alice?
Choose the correct answer below: