In a block-based program, the best structure to create an infinite loop is a forever loop. This type of loop is specifically designed to repeat its contents indefinitely.
What structure should be used to create an infinite loop in a block-based program?
(1 point)
• if statement
• for loop.
• while loop
• forever loop
1 answer