ourArray
only has space for 3 elements, but if we insert a value into the 4th spot, it runs fine and we can even output the element!
C++ doesn't check where a new element fits in an array and we could lose data if it's put into memory already occupied!