Computer Science, asked by sweetpearm2722, 1 day ago

3. What is the difference between WHILE...WEND and DO UNTIL?​

Answers

Answered by manasdange155
1

Answer:

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.

Similar questions