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.
An octagon is an eight-sided pentagon where all sides are equal length and all angles are equal. To draw an octagon in Logo, you move forward the length of a side and then turn 45 degrees, repeating 8 times (8x45=360). The following will therefore draw an octagon with a side length of 100 pixels: repeat 8 [fd 100 rt 45]
draw a square , mark a point at the center then mark the points at the sides of the square according to the amount of sides.then join the points , at last erase the unwanted lines inside the formed shape,and you are done.
Logo
The commands are called tags, and they have attributes within them to sort of "customize" the tags.
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.
pentagon
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.
well i want to know if you can draw a pentagon with no lines of symmetry?????????
You cannot draw a hexagon into a pentagon since their sides are completely different! A hexagon has 6 sides while a pentagon has 5.
Trace it from the pentagon that you want it to be congruent to!
Firstly Draw a pentagon and enclose it in a square. Then draw an isometric scale. With isometric reading draw the square first on 120degree axis, reduce the pentagon sides on isometric scale and plot it on the isometric square
Depends on how you draw it. If you draw it like a house, 2. If you draw it so that it looks like The Pentagon (Building), 0.
use fd rt lt bk hide turtel show turtel penup pendown giving comands to the part
th