Computer Science, asked by asad62890per3o9, 1 year ago

What is defference between do while statement and repeat untill statement

Answers

Answered by Sahil1231
0
This means that even if the condition would evaluate to True right at therepeat command, all commands will be executed regardless of this, untilthe until command is reached, where it will exit the loop.
hope it helps u
Answered by alka673
0
in do while statement ....condition will be in the last
Similar questions