array

subscript nation

parameters (header value): 5 1 2 3 4 5

casting

placing items in an array using a switch statement

array of char - page 350

array as parameter to a function

using an array in a function

two dimensonal arrays - such as class average.  page 379

sorting data in an array

finding the maximum number in an array listing.

for loop for an array

Detecting the end of a set of data:

  1. Trailer value (like -1)
  2. User Response y/n
  3. The parameter or header method (indicating the amount of data).
  4. EOF to detect end of the set of data. Ctrl-Z

moular programming and error checking