
9.9 Chapter Summary 629
CHAPTER SUMMARY
9.9 Chapter Summary
■
Arrays can be single-dimensional, two-dimensional, three-dimen-
sional, or more generally n-dimensional.
■
In a two-dimensional array, each row is an array.
■
Each element in a two-dimensional array is accessed using the
array name, a row index, and a column index that refer to the ele-
ment’s position in the array.
■
Concepts such as declaration, instantiation, initial values, index-
ing, and aggregate operations from single-dimensional arrays also
apply to two-dimensional arrays.
■
Two-dimensional arrays can be instantiated by assigning initial
values in a comma-separated list of comma-separated ...