Jump to content

3.5.1 Arrays (One-dimensional, Multi-dimensional): Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

8 July 2025

  • curprev 12:4212:42, 8 July 2025 Mr. Goldstein talk contribs 2,533 bytes +2,533 Created page with "=== 3.5.1 Arrays (One-dimensional, Multi-dimensional) === Imagine you have a row of mailboxes, all lined up. Each mailbox has a number (like 1, 2, 3...) and can hold one letter. If you want to find the letter in mailbox number 5, you just go directly to mailbox 5. An '''Array''' is like a row of mailboxes (or a list of numbered slots) in a computer's memory. It's a data structure that stores a '''fixed-size collection of items of the same type''' in a specific order. Ea..." Tag: Visual edit