Arrays (or matrices) hold a collection of different values at the same time. Individual elements are accessed by subscripting the array.
A 15 element array can be visualised as:
And a 5 3 array as:
Every array has a type and each element holds a value of that type.
For more information, click here