Description
Arrays are a convenient way to store multiple values in a single variable, making your job as a programmer much easier.
Notes
An alternative to arrays that is particularly useful when working with objects is the Collection. Items can be added or removed to collections very easily without any need to re-size the collection. Click here for an example.