IDNLearn.com offers a user-friendly platform for finding and sharing answers. Get the information you need from our community of experts, who provide detailed and trustworthy answers.

¿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