


02/21/00
COM1100 Winter2000 Yuhong Yin
Array
nFrequently, we
may have a set of values (data), all of the same data
type, that forms a logic group.
nOne –dimensional array: a simple
list containing individual items of the same data type
n
nThe items in the list can be declared as a single unit and stored under a
common variable name called the array name.