Computer Science, asked by minakgp16, 1 year ago

What is the logo command to rotate the turtle so that it faces the opposite side

Answers

Answered by AdeleDavis
4
If it turned rt 90
Then turn it lt 180.

Just substract the given angle by 360 and in opposite direction.
Answered by TanikaWaddle
0

Answer:

rt 180

Explanation:

Logo is a high level programming language which is used for graphical drawing purpose by students to draw basic mathematical figures. The study of Logo starts with drawing Triangle, Quadrilateral, circles etc.

In logo, the cursor on the screen is known as Turtle.

The command 'fd' is used as forward and 'rt' command is used to turn the cursor by a specific angle.

Hence command rt 180 rotates the turtle by 180 ^\circ i.e. it faces the opposite side.

Similar questions