Computer Science, asked by swaddmasteeh5672, 7 months ago

When do we use the REPEAT command

Answers

Answered by mokshakannan1447
0

The REPEAT command enables you to loop through a block of code. REPEAT defines the beginning of the block, and ENDREPEAT defines the end. You control the loop by specifying the number of loop iterations, and/or the conditions under which the loop terminates.

Similar questions