In Kotlin, arrays can only contain elements of one type.

What element can go into the numbers array?

Sweet! With elements of the same type, Kotlin makes it easy to work with big arrays. We'll explore that idea more later.

Not quite! Integers, doubles, and strings are examples of an element's type. For example, we can create an array containing only integers.