Computer Science, asked by ak5609545, 4 months ago

Distinguish between DO WHILE LOOP and DO LOOP WHILE.​

Answers

Answered by poonamkri1285
4

Answer:

While loop is executed only when given condition is true. Whereas, do-while loop is executed for first time irrespective of the condition. After executing while loop for first time, then condition is checked.

Similar questions