Objectives : 2 Dimensional Arrays
Students will:
-
be able to enter in and print out a 2 dimensionl array.
-
understand the difference between m.length and m[x].length
-
be able to find and process rows and columns in the array
-
be able to manipulate matrix (flip rows, flip columns, mirrow matrix)
-
understand that matrix is an array of an array
|