Mark has created a group of blocks that make a penguin dance. He wants the penguin to keep dancing in the background the entire time his program is running. Which of the following structures should Mark use to accomplish this?

(1 point)
Responses

if statement

if statement

for loop

for loop

while loop

while loop

forever loop

Mark should use a forever loop to make the penguin dance in the background the entire time the program is running.