Question: for the array A={5,2,4,60,10,7} for(i=0; i>5; i++) { print A[i]; i=i-1; } what is the output i=0; while(i
for the array A={5,2,4,60,10,7}
for(i=0; i>5; i++)
{
print A[i];
i=i-1;
}
what is the output
i=0;
while(i A[i]=A[i]+1; for(i=0; i print A[i]; what is the output
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
