If the condition in a loopbos false in the first step itself, we get _
Answers
Answered by
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