Sweet, this is an array of int-type variables!
int
To replace an element, we simply access it using the index number and then set it = to our new value.
=
Remember all elements must be the type declared!
Whoops! What type are the elements we have?