Write C++ statements to do the following:
a. Declare an array beta of 20 components of type double.
b. Initialize each component of the array beta to 0.
c. Output the value of the fifth component of the array beta.
d. Set the value of the ninth component of the array beta to 70.50.
e. Set the value of the twelth component of beta to four times the value of the eighth component of beta minus 15.
f. Use a for loop to output the value of a component of beta if its index is a multiple of 3.
g. Output the value of the last component of beta.
h. Output the value of beta so that ten components per line are printed.
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.