Which structure should you use if you don’t know in advance how many times a loop should execute?

a for loop

an initialized loop

a while loop

an incremented loop

a while loop