Computer Science, asked by pushpakhera, 7 months ago

what is the difference between do while loop and do until loop​

Answers

Answered by alibhaalibha63
4

Answer:

A "Do While" loop statement runs while a logical expression is true. This means that as long as your expression stays true, your program will keep on running. Once the expression is false, your program stops running. A "Do Until" loop statement runs until a logical statement is true.

hope it helps you.......

Answered by subburajkvs
3

Answer:

A "Do While" loop statement runs while a logical expression is true. This means that as long as your expression stays true, your program will keep on running. Once the expression is false, your program stops running. A "Do Until" loop statement runs until a logical statement is true.

Explanation:

This is the difference between do while loop and do until loop I hope you might understand

Similar questions