Question

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

(1 point)
Responses

a for loop

a for loop

an initialized loop

an initialized loop

a while loop

a while loop

an incremented loop

an incremented loop

Answers

GPT 3.5
a while loop

Related Questions