while loop checks the condition on
i) top ii) bottom iii) middle iv) none of these
Answers
Answered by
0
Answer:
iii
Explanation:
Answered by
0
Option (i) is correct.
while loop checks the condition on top.
About While loop :
- A while loop analyses the state of the programme before another iteration and after each subsequent iteration. Inside the loop body, the status is never investigated.
- This is supposed to have been a live post. It double-checks everything before resuming.
- The control scheme is sometimes known as a comment loop since do during loops verify its condition that after block is performed.
- Whereas the condition is true, the loop iterates. The programme control shifts to the line shortly following the loop when the condition turns false.
Similar questions