Codehs 8.1.5 Manipulating 2d Arrays

The final value must be the number of rows in the 2D array (the length of the outer array).

Because the data has two dimensions (rows and columns), you need two loops to access every single element: Codehs 8.1.5 Manipulating 2d Arrays

return matrix;