Problem
Declare the necessary subtypes, array types, and array variables for each of the following situations.
a. A 24-component Float array for which the index goes from 1 to 24.
b. A 24-component Integer array for which the index goes from 24 to 47.
c. A 26-component Boolean array for which the index goes from ‘A' to ‘Z'.
d. A 10-component Character array for which the index goes from -10 to -1.