25 g to the next question prevents changes to this answer Question 5 ICLO-51 What is the value of the fourth element (X[
Posted: Sun May 15, 2022 1:28 pm
25 g to the next question prevents changes to this answer Question 5 ICLO-51 What is the value of the fourth element (X[3]) in the array after executing the following code? int x[ 7 ] = {1,-2,3,-4,5,-6); for (int i=0;i<6; i++) { x[1] * x[i+1]; cout<<x;