uSimilar
to arrays in other languages
uCollections
of objects of similar type
uMay
have one or more dimensions (multidimensional)
uElements
within arrays are accessed by indexes (start at 0)
uTo
create an array:
ØDeclare a variable
ØAllocate memory
ØInitialize elements