We want to print the phrase “CodeHS is the best” exactly 25 times. What kind of control structure should we use?

If statement

While loop

Break statement

For loop

For loop