Computer Science, asked by radhaachint1998, 6 months ago

Write the commands to do the following.
1. To move forward by 90 steps.
2. To move forward by 50 steps then back by 30 steps.
3. To move back by 10 steps.
4. To move back by 10 steps, then forward by 40 steps.​

Answers

Answered by 000284
0

Answer:

Explanation:

ove the turtle forward 100 steps. RT 90. Turn the turtle to the right 90º. LT 90 ... Put the turtle pen back down on the paper. CS ... cs lt 30 fd 100 rt 120 fd 100 rt 120 fd 100 ... Try the commands for Simple drawings again: 2. Power of Repeat: Drawing ... We can write our own procedures in Logo, then use them like in-built ...

Similar questions