Computer Science, asked by nibataye, 3 months ago

which value(s) in repeat command will change if the length of side of a polygon remains same but the number of sides changes​

Answers

Answered by anchitsingh40
2

Answer:

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.

Explanation:

please mark me as brainliest

Answered by ramesh015
2

Answer:

Rectangle: REPEAT 2 [FD 100 RT 90 FD 200 RT 90] ... Any Number of Sides. If you can do that for a 5-sided shape, bet you can do ... repeats. You can change the number of turtle steps

Explanation:

Similar questions