Computer Science, asked by nehamittall1983, 10 months ago

which block is used to run the script again and again​

Answers

Answered by anand3930
9

Answer:

repeat

Explanation:

repeat block is used to run the script again and again

Answered by adventureisland
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