which block is used to run the script again and again
Answers
Answered by
9
Answer:
repeat
Explanation:
repeat block is used to run the script again and again
Answered by
0
"LOOP" the block is used to run the script again and again.
About Loop and its work :
- A loop is used to continually execute a set of statements until a certain condition is met.
- A loop is a series of instructions that are repeated until a given condition is met in computer programming.
- A process, such as obtaining and updating data, is frequently carried out, followed by the confirmation of a precondition, like whether a number has reached a certain number.
Similar questions