fd 50 rt 90 fd 50 rt 90 fd 50 rt 90 fd 50
Obtuse
draw a hexogon and make six triangles no more than six unless you are doing a different math problem than i am.
as in a 7 sided figure? a heptagon
Five of them
write the logo commands to draw the triangle
To draw a car in MSW Logo you need to type in commands to control the turtle and draw the image. Common command to control directions of the turtle, and thus draw the car, are fd Ã? forward, lt Ã? left, and rt Ã? right. By including a number with these commands you are telling the turtle the length of the line you would like it to draw.
For 5 pointed star use repeat 5 [fd 100 rt 144]
fd 60 rt 120 fd 60 rt 120 fd 60 rt 120 will cause the turtle to draw a triangle. The square brackets indicate that the enclosed commands are to be executed three times, repeat 3 [fd 60 rt 120] Search Google with: "logo commands triangle" and have a look through the websites on the subject.
A Shape With 7 sides
use fd rt lt bk hide turtel show turtel penup pendown giving comands to the part
fd 50 rt 90 fd 50 rt 90 fd 50 rt 90 fd 50
There are 5 diagonals
Obtuse
you did
repcount
You can find many how to draw... On the internent