Question: Write C++ statements to do the following: a) Declare an array alpha of 15 components of type int. b) Output the value of the tenth
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.
Step by Step Solution
3.36 Rating (168 Votes )
There are 3 Steps involved in it
a Declare an array alpha of 15 components of type int int alph... View full answer
Get step-by-step solutions from verified subject matter experts
Document Format (1 attachment)
1019-B-C-A-T-A(1833).docx
120 KBs Word File
