InterviewSolution
Saved Bookmarks
| 1. |
which coding block controls the repeat of any event until a some new event occurs? Forever. IF + Else Repeat until. . All of these |
|
Answer» Answer: Repeat () (block) The Repeat () block is a CONTROL block and a C block. Blocks HELD inside this block will loop a given amount of times, before allowing the script to continue. ... FURTHERMORE, when a non-positive number is input, the loop does not run, and if "INFINITY" is input, then the block runs forever. Explanation: mark me as brainliest |
|