Arrays
When you use arrays, you can refer to multiple variables by the same name, using a number called an index to distinguish them from one another. Arrays can simplify and shorten your code, allowing you to create loops that deal efficiently with any number of elements.
In This Section
Explains what arrays are and how they work.
Provides information on how to use arrays, including multidimensional arrays.