1int[][] multiples = new int[4][2]; // 2D integer array with 4 rows
2 and 2 columns
3String[][] cities = new String[3][3]; // 2D String array with 3 rows
4 and 3 columns