Skip to content

1-D arrays: store, index, and traverse

Handout

Many values in one box

  • An array holds many values of the same type in order.
  • Until now one variable held one value. An array holds a whole list.
  • For example, the test scores of a class can live in one int array.

Handout

Log in or create account

IGCSE & A-Level