Computer Science, asked by tannulohialohia, 2 months ago

Distance between do while loop and do loop while​

Answers

Answered by ItzYrSnowy
0

Explanation:

Here, the main difference between a while loop and do while loop is that while loop check condition before iteration of the loop. On the other hand, the do-while loop verifies the condition after the execution of the statements inside the loop. ... Conversely, the do while loop is called the exit controlled loop.

Similar questions