revised: 11/25/99, 01/23/00, 07/20/02, 05/27/03
Most real-world programs handle vast amounts of data. Fortunately, data usually can be organized and processed systematically. Arrays are almost always used for this. When data is organized into arrays and processed with loops a relatively small program can handle a vast amount of data. This chapter discusses arrays and shows examples of how they work.