Arrays
An array is a sequence of data items, all of the same type that are stored contiguously in memory.
Each of the data items is known as an element of the array
We can access the individual elements of the array using an indexing scheme
Arrays can be of any type we choose.