Skip to content

Arrays

What is an array?

TODO: Overview of what an array is.

What can be stored in an array?

Anything, though often an array contains items of the same type.

How to access elements in an array?

How many items are in an array?