Here's a way to think about it: every time you use brackets to refer to an element in an array, the number of dimensions is reduced by one.

Look at this code:


int[][] numbers = {{1, 2}, {3,...