English, asked by shichan68, 9 months ago

what us the difference between repeat and repeat until block?​

Answers

Answered by arshdev978
3

Answer:

The repeat until block is a loop, just like the forever block. Each time through the loop, the program checks the Boolean block. If the block is false, the program repeats the blocks inside the loop. If the block is true, the program skips the blocks inside the loop and moves on to the next statement in the program

Answered by ronakbhambu
1

Answer:The repeat until block is a loop, just like the forever block. Each time through the loop, the program checks the Boolean block. If the block is false, the program repeats the blocks inside the loop. If the block is true, the program skips the blocks inside the loop and moves on to the next statement in the program....

Similar questions