< previous page
page_707
next page >
Page 707
13
Multidimensional Arrays
GOALS
To be able to declare a two-dimensional array.
To be able to access a component of a two-dimensional array.
To be able to perform fundamental operations on a two-dimensional array:
Initialize the array
Print the values in the array
Process the array by rows
Process the array by columns
To be able to declare a two-dimensional array as a formal parameter.
To be able to view a two-dimensional array as an array of arrays.
To be able to declare and process a multidimensional array.
To be able to choose an appropriate array data structure for a given problem.
< previous page
page_707
next page >