< previous page page_591 next page >

Page 591
11
One-Dimensional Arrays
GOALS
ò To be able to declare a onedimensional array for a given problem.
ò To be able to choose an appropriate component type for a onedimensional array.
ò To be able to assign a value to an array component.
ò To be able to access a value stored in an array component.
ò To be able to fill an array with data, and process the data in the array.
ò To be able to initialize an array in its declaration.
ò To be able to pass arrays as parameters to functions.
ò To be able to apply subarray processing to a given problem.
ò To be able to use parallel arrays.
ò To be able to declare and use an array with index values that have semantic content.

 
< previous page page_591 next page >