Arrays

How many data items does a typical variable store?
A typical variable stores one data item.

What is an array?
An array is a special variable which has one name but stores a list of data items.

What can you do with every data item in an array?
With every data item in an array, you can directly access it.

...