Write the following declarations.
a. An array called topTenList, of 10 values of type string.
b. An enumeration type of the seven major colors of the spectrum, and a matching array declaration that can be indexed by the spectrum type. The array should be called colorMix, and contain values of type float.
c. A two-dimensional array representing the days on a calendar page that may contain a maximum of 6 weeks. Call the array month, and declare an enumeration type consisting of the names of the days, which can be used to index the array columns. The weeks should be indexed by an int. For the component type of the array, declare a struct consisting of an int field called day, and a string field called activity.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.