You have already completed these exercises!
Do you want to take them again?
You completed the JAVA Multidimensional Arrays Exercises from W3Schools.com
Share on:
Drag and drop the correct index to print "Mazda".
String[][] cars = { {"Volvo", "BMW"}, {"Ford", "Mazda"} };System.out.println(cars[1][ ]);