Parallel 1D Arrays

Parallel arrays have the same number of elements in each array.

names = [""] * 4
ages = [0] * 4
heights = [0.0] * 4