Q. Which loop executes the block a specific number of times?
β
Correct Answer: (B)
for loop
Explanation: The for loop executes the block a specific number of times.