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
(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
Malik wants to create a program that will repeat Spanish vocabulary words five times. What kind of l...
Which structure should you use if you don't know in advance how many times a loop should execute?
a...
Which structure should you use if you don’t know in advance how many times a loop should execute?...
Computational Thinking and Recursion Quick Check 2 of 52 of 5 Items Question What is an example of a...