Computer Science, asked by sp7493100, 4 months ago

the following questions.
1. Explain the use of the REPEAT command.​

Answers

Answered by iwanapriya
2

Answer:

The repeat command enables you to loop through a block of code. repeatdefines 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