what is the use of repeat command
Answers
Answered by
15
Hola here's your answer
The DO REPEAT—END REPEAT structure repeats the same transformations on a specified set of variables, reducing the number of commands you must enter to accomplish a task. This utility does not reduce the number of commands the program executes, just the number of commands you enter.
Hope it's helpful please mark it as brainlist
The DO REPEAT—END REPEAT structure repeats the same transformations on a specified set of variables, reducing the number of commands you must enter to accomplish a task. This utility does not reduce the number of commands the program executes, just the number of commands you enter.
Hope it's helpful please mark it as brainlist
Answered by
16
A Repeat command performs a section of instructions among the End and repeats commands till the time the particularized condition is accurate. The situation is examined at the point of the loop when the End command is encountered, hence the loop will eternally be administered at least formerly. This indicates that we manually don't have to maintain the variables.
Subsequently, every time the Repeat command is administered, the position is examined to recognize if it is true. If it is true, then the loop is exited then execution of the program recapitulates after the End command.
Similar questions