As you will see in the sample program in this lesson, probably
the most important value of an array lies in the ability to use another
variable as the index.
This makes it possible to:
Iterate through the array elements in a controlled
fashion, or
Access a particular array element whose index is not
determined until runtime.