Moving to the next question prevents changes to this answer Question 12 ICLO-51 What is the value of the variable ss aft
Posted: Sun May 15, 2022 1:46 pm
Moving to the next question prevents changes to this answer Question 12 ICLO-51 What is the value of the variable ss after the following code is executed? int x[ 7 ] = {3,10,5, 0,-10,4): int ss=0; for(int i=1;i<=6; i++) { ss+=x; cout<<x<<" ) Moving to the next question prevents changes to this answer