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

The structure that will be required for this scenario is a condition-controlled loop. This loop will continuously check if the image has finished loading, and as long as it hasn't, the hourglass symbol will continue to be displayed on the screen. Once the image finishes loading, the loop will exit and the hourglass will be replaced by the loaded image.