What if we realize that we made a mistake and have to change an element in an array? Well, we can replace elements.
Great! We can replace an element by assigning a different value to it. That's pretty similar to changing the value of a regular variable, right?
Maybe we can only replace an element with one that has the same type?