This is an infinite loop.,”What will be the value of x after the following code is executed?int x = 10;do{ x *= 20;}while (x > 5);-10-200-This is an infinite loop.-The loop will not be executed
the initial value of x > 5.”
The goto resource for studying materials
This is an infinite loop.,”What will be the value of x after the following code is executed?int x = 10;do{ x *= 20;}while (x > 5);-10-200-This is an infinite loop.-The loop will not be executed
the initial value of x > 5.”