So far we haven't run into trouble with indices, but is there something wrong when using an index that's too big?

What's wrong with this code?

Trying to get an element that doesn't existUsing brackets to get an elementCreating an array with different types

See that? Our program crashed, because we tried to get an index out of bounds.

Whoops! Is that something we aren't able to do?