In a do while loop condition should be_______expression
PLZZ answer it's urgent
Answers
Answered by
0
Answer:
In the do-while loop, the loop body comes before test expression. The loop body executes for at least once, even if the test expression becomes false. This loop should be used when the number of iterations is not fixed. ... If the condition is true, the loop executed the body.
Similar questions