An "int[ ]" is an array of integers. It allows you to store multiple integer values in a single variable.
int[ ] cheat sheet for homework
A number that represents the position of an element in an array.
The individual value stored in each compartment (index) of the array.
Array length: The total number of elements in the array.