Discover answers to your questions with Westonci.ca, the leading Q&A platform that connects you with knowledgeable experts. Get quick and reliable answers to your questions from a dedicated community of professionals on our platform. Get quick and reliable solutions to your questions from a community of experienced experts on our platform.

¿Qué bloque de Scratch se utiliza para repetir una serie de instrucciones un número específico de veces?

a. "Repetir mientras"
b. "Repetir hasta"
c. "Repetir [n] veces"
d. "Repetir infinitamente"


Sagot :

Final answer:

The Scratch block for repeating a series of instructions a specific number of times is "Repetir [n] veces."


Explanation:

The Scratch block used to repeat a series of instructions a specific number of times is "Repetir [n] veces." This block allows you to specify the exact number of repetitions in your code. For example, if you input a number like 5 inside this block, the code within it will repeat 5 times before moving on to the next part of the program.


Learn more about Scratch programming and loops here:

https://brainly.com/question/40512782