A multi-dimensional array of dimension n (i.e., an n-dimensional array or simply n-D array) is a collection of items which is accessed via n subscript expressions. For example, in a language that supports it, the (I,j) the element of the two-dimensional array x is accessed by writing x[I,j]
Multi-dimensional Array