Computer Science, asked by suchitajoon, 1 year ago

What is use of repeat command in LOGO ?

Answers

Answered by saloni3115
9

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.


saloni3115: thankss
Answered by haqueamna8
0

Explanation:

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.

Similar questions