Задание

Как можно описать следующий массив? 23 18 34 88 4 6 7 90

a: array[1..8] of real;

a: array[4..90] of real;

a: array[1..8] of integer;