What if we want to change the value of an element within the array. Well we know how to access an element.. so...

Sweet, this is an array of int-type variables!

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?