Ask your own question, for FREE!
Computer Science 9 Online
OpenStudy (logo):

What is stored in the array a after the following code executes?

OpenStudy (logo):

OpenStudy (logo):

{2, 0 , 88, 165} {2,3,88, 165} {2, 0 , 55 , 165} { 2, 0 , 55, 132}

OpenStudy (rsmith6559):

The code won't execute, the else statement that executes when i = 0 will result in a negative index, which is a fatal error.

OpenStudy (bugman954):

{ 2, 0 , 55, 132} @logo while @rsmith6559 brings up an interesting point, In the case of this data when i=0 a[i] equals 11 which does not execute a[i-1] line. Therefore the error does not occur.

OpenStudy (priyar):

shouldn't the answer be {2,0,88,132}?

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!