The following figure is a conceptual
representation of the two-dimensional array EXPENSES.
The EXPENSES array contains
ten groups of eight variables each. The ten groups (expense categories)
comprise the first dimension of the array, and the eight variables
(days of the week) comprise the second dimension. To reference the
data in the array variables, use the form EXPENSES{
m,n},
where
m is the element number
in the first dimension of the array, and
n is
the element number in the second dimension of the array. EXPENSES{6,4}
references the value of dues for the fourth day (the variable is
DUES4).