Chapter 8: Problem 6
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.
Short Answer
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.