News

There are 5 rows in this array that can in turn contain 5 string arrays of different lengths. Let’s now see how we can declare 5 arrays in the array named str, each of different lengths.
This is known as using parallel arrays. Alternatively, a record structure could be used. ... RECORD cityData IS {STRING cityName, INTEGER population, INTEGER area km, BOOLEAN capital} ...