CBSE Class 10 Computer Applications
Question 19 of 26
Scratch Programming II — Question 8
Back to all questions 8
Question Question 8
What is the difference between repeat and repeat until blocks ?
Repeat block iterates a specified number of times whereas repeat until block repeats as long as the given condition is false.