Computer Science for IGCSE & O level - Programming (Section 12 - No. 46)
What does a two-dimensional array store?
A single list of values.
A table of values with rows and columns.
Only integer numbers.
Only text strings.
Explanation
Two-dimensional arrays are often visualized as tables with rows and columns, allowing you to store data in a matrix-like structure.
Comments (0)
