A so-called array is a collection of values of the same type. Let's make an array to store a list of numbers.
Nice! We create an array using its type followed by brackets and a name.
Might numbers need to be an int?
numbers
int