QUESTION IMAGE
Question
what happens if you set the parameter of a repeat block to zero? the blocks inside will run twice. the blocks inside will not run at all. the blocks inside will run infinitely. the blocks inside will run once.
Brief Explanations
A [Repeat] block executes its internal code a set number of times. When the repeat parameter is set to zero, the block is configured to perform zero iterations, so the code inside never runs.
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
The blocks inside will not run at all.