Computer Science, asked by minakgp16, 1 year ago

What is the logo command to move the turtle 40 steps in right direction

Answers

Answered by DhruvSharma10
15
first you gotta turn it to 90° right and then forward it by 40 so

rt 90
fd 40

Answered by Anonymous
3

The logo commands to move the turtle 40 steps in right direction are :-

rt 90

fd 40

  • In order to move the turtle to right rt command is used.

        right command is used to turn the turtle clockwise to its own right.

  • Once the turtle is turned towards right in order to move it forward fd command is used.

Similar questions