Computer Science, asked by mahek59209, 4 months ago

What do
you
means
by a DO WHILE
anda DO UNTIL statements ?​

Answers

Answered by pds39937
1

Explanation:

This means that as long as your expression is false, the program will run until it is true. • Once the expression is true, the program stops running. Example of “Do Until… Loop”

Similar questions