Computer Science, asked by apoorvayadav17, 7 months ago

differences between pretested loop and posttested loop​

Answers

Answered by amit05s0101
1

Explanation:

PostTest Do/Loop Do-while tests the loop condition each time through the loop & it keeps executing while the test expression is a true value. Loop while we check the condition at the bottom. the statements in Do/Loop are skipped. is executed at least once, since the condition is at the bottom of the loop.

please mark me a BRAINIEST

Similar questions