Computer Science, asked by sanchitaswar123, 6 months ago


Differentiate between forever and repeat in control block​

Answers

Answered by 98reenasat
2

Answer:

The Repeat X times block repeats one or more block for a given number of times in a loop. Add a parameter as a number to determine the number of times the loop should be repeated. Attach one or more block in a loop to repeat. Forever block repeats one or more blocks in a loop forever means the loop will never stop.

Answered by shahkhushee700
2

Explanation:

The Repeat X times block repeats one or more block for a given number of times in a loop. Add a parameter as a number to determine the number of times the loop should be repeated. Attach one or more block in a loop to repeat. Forever block repeats one or more blocks in a loop forever means the loop will never stop.

Similar questions