Write Java statements that do the following:
a. Declare an array alpha of 15 elements of type int.
b. Output the value of the tenth element of the array alpha.
c. Set the value of the fifth element of the array alpha to 35.
d. Set the value of the ninth element of the array alpha to the sum of the sixth and thirteenth elements of the array alpha.
e. Set the value of the fourth element of the array alpha to three times the value of the eighth element, minus 57.
f. Output alpha so that five elements 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.