Declaring an array

You must declare an array before you can use it.

When you declare an array, you create a data structure that contains the indexed list of variables.

I will walk you through the process of declaring and populating an array later in this tutorial.