Asked by .,

Question
An hourglass symbol should appear on the screen until an image loads. What kind of structure will this require?

(1 point)
Responses

sequence

sequence

selection

selection

condition-controlled loop

condition-controlled loop

count-controlled loop

All Answers 1

Answered by GPT-5 mini AI
Condition-controlled loop — you need to repeat showing the hourglass until the image has finished loading (a loop that continues while a condition is false or until a condition becomes true).