Computer Science, asked by ansshikasharma, 5 hours ago

Which of the following is an example of post test loop ?
●for
●while
●do while
●none of these

don't spam ​

Answers

Answered by Anonymous
27

Answer:

Here is your answer

While loop is the correct answer.

Explanation:

Hope this helps

Answered by pragyakirti12345
0

Answer: (c) do while

Explanation:

do while loop is an example of post test loop, as in do while loop , at first the loop run for the first time and then only it checks the condition, if the condition is fulfilled, then the loop continues otherwise the loop terminates.

Even if the condition is false, then also the loop will run for the first time, hence it is an example of post test loop .

#SPJ3

Similar questions