184k views
1 vote
!! 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

1 Answer

5 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 Tasoula
by
5.1k points