Problem
1. Define an array data type in which the index values represent the musical notes A through G (excluding sharps and flats), and the component type is Float.
2. Differentiate between the length of an array and the size of a list.
3. What are the two major uses of unconstrained array types?