Computer Science, asked by brainblizzard86, 1 month ago

int a=5 , b = 6;

while(a<=b)

{

b++;

a--;

}

Predict the output of the above loop.​

Answers

Answered by shashankjha688
0

Answer:

No output will show because there are no print statements.

Similar questions