QUESTION IMAGE
Question
choose the type of loop that works best for the situation. when you do not know ahead of time how many passes you will make through a loop, a(n) loop is best. such a loop uses
Brief Explanations
In programming, when the number of loop - iterations is unknown in advance, a while loop is commonly used. A while loop continues to execute as long as a specified condition is true.
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
while; a condition