Ask your own question, for FREE!
Computer Science 6 Online
OpenStudy (anonymous):

Assume the variable 'x' is an array of 5 elements. The code below was intended by the programmer to add up the values in the array, but it does not work. What is the value of the variable 'total' after this code has executed? total = 0 i = 0 while ( i <= 4 ) { total = x[i] i = i + 1 }

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!