+ 1
it's an array of arrays. 
each row of a multi dimension array  is an array .
so when u write  myMultiArray[2][3];
it means that u want to access the element that is in the index 3 of an array witch that array it self  is in the row of index 2 in that multidimensional array




