Write C++ statements to define and initialize the following arrays.
a. Array heights of 10 components of type double. Initialize this array to the following values: 5.2, 6.3, 5.8, 4.9, 5.2, 5.7, 6.7, 7.1, 5.10, 6.0.
b. Array weights of 7 components of type int. Initialize this array to the following values: 120, 125, 137, 140, 150, 180, 210.
c. Array specialSymbols of type char. Initialize this array to the following values: '$', '#', '%', '@', '&', '! ', '^'.
d. Array seasons of 4 components of type string. Initialize this array to the following values: "fall", "winter", "spring", "summer".
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.