Chapter 9: Problem 6
Write \(\mathrm{C}++\) statements to do the following: a. Declare an array alpha of 15 components of type int. b. Output the value of the tenth component of the array alpha. c. Set the value of the fifth component of the array alpha to 35. d. Set the value of the ninth component of the array alpha to the sum of the sixth and thirteenth components of the array alpha. e. Set the value of the fourth component of the array alpha to three times the value of the eighth component minus 57. f. Output alpha so that five 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.