Computer Science, asked by Ansh200u, 4 months ago

If the condition in a loopbos false in the first step itself, we get _

Answers

Answered by andriyajenson1233
1

Explanation:

If the condition of the loop is false after processing some times then the execution of the loop body will terminate. But if the loop is false in case of the first statement then it will never execute the loop body in case of while loop and for a loop because the first task of these loops is to check the condition.

Similar questions