Question : 1 What is the purpose of using a for loop in code? To do something if a condition is true To do something while a condition is true To repeat something a fixed number of times To make programs run faster

The purpose of using a for loop in code is to repeat something a fixed number of times.