2D Array
Summary: A two-dimensional array that stores data in a grid-like structure with rows and columns. Accessed using two indices (row, column). Can represent tables, matrices, and game boards. Tags: concepts computer-science igcse-computer-science programming Created: 2026-05-08T14:03:00Z Last Updated: 2026-05-08T14:03:00Z
Content
A two-dimensional array that stores data in a grid-like structure with rows and columns. Accessed using two indices (row, column). Can represent tables, matrices, and game boards.