Computer Science, asked by adityaviki02p9oi9t, 1 year ago

difference between repeat block and repeat until block

Answers

Answered by Anonymous
2

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
0

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....

Explanation:

Similar questions