Computer Science, asked by apekshanegi40, 3 months ago

explain the difference between Repeat and repeat Until blocks..?.....last question for today.......☺️☺️baki kal ke liye.....​

Answers

Answered by EuphoriaAnn
4

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.

Hope it helps...

Have a great day...

Thanks for ur 15 points

Answered by db933250
6

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:

Mark it as the brainliest!!

Similar questions