What is Post-Tested loop.
Answers
Answered by
4
do while loops check the condition after the block is executed, the control structure is often also known as a post-test loop. Contrast with the while loop, which tests the condition before the code within the block is executed, the do-while loop is an exit-condition loop.
themonotonuspan:
Thanks
Similar questions
Computer Science,
7 months ago
Science,
7 months ago
Physics,
1 year ago
Chemistry,
1 year ago
Chemistry,
1 year ago