Computer Science, asked by molitog291, 3 months ago

What is the difference between repeat until and forever blocks in scratch?

Answers

Answered by ruhi08
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.

Similar questions