Question 1 out of 3

    What does a loop do in programming?

    Repeats a block of code

    A loop is used to repeat a block of code multiple times.