92,758 views
8 votes
8 votes
!! please help!!

What technique is used in this code to repeat the process for each value in the array?

a. pause blocks
b. a repeat loop
c. a for loop
d. an array block​

!! please help!! What technique is used in this code to repeat the process for each-example-1
User GregL
by
2.4k points

1 Answer

17 votes
17 votes

Answer:

C: A for loop.

Step-by-step explanation:

The for loop is used to repeat a section of code known number of times.

User Neverbirth
by
3.2k points