👤

What will happen if the body of the loop couldn't change the value of one or more variables wherein the condition eventually becomes false and the loop terminates?​

Sagot :

answer:

while statement

On the other hand, the while statement is dependent on a condition that needs to evaluate to False in order for the loop to terminate.