Free Pascal Lazarus Program Tutorial 20 - Parallel Arrays


Parallel Arrays are separate arrays that work together. The arrays must have the same number of elements. The data must line up from array to array. A weather forecast is an example of a parallel array system.

Code Download
FPProgT20.zip