3. If the condition in a loop is false in the first step itself, we get
a. No output
b. Infinite
c. Error
d. Normal
Answers
Answered by
3
Answer ⤵️⤵️
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.
hope it helps ♡︎
Answered by
5
Answer:
a. No output
Hope it's help you
Similar questions