Skip to content

2-D arrays: working with a grid

Handout

A grid of values

  • A normal array is a single row of values.
  • A 2-D array is a grid: it has rows and columns, like a table or a spreadsheet.
  • We use it for game boards, images, tables of marks, and more.

Handout

Log in or create account

IGCSE & A-Level