A decagon is a 10-sided polygon. To draw a regular decagon in MSWLogo, first create the following procedure:
to decagon :n
repeat 10 [fd :n rt 36]
end
Now invoke it:
decagon 100
This creates a decagon with sides of length 100.
A decagon is a shape that has ten sides. As long as the figure has ten sides to it, then it is a decagon.
draw a shape with ten sides
A ten-sided polygon is called a decagon.
To draw a regular decagon using a compass, start by drawing a circle with your compass. Next, mark a point on the circle to serve as one vertex of the decagon. Then, use the compass to construct the radius and divide the circle into ten equal segments by marking points at equal angles (36 degrees apart). Finally, connect these points with straight lines to form the decagon.
To draw an oval in MSWLogo, you can use the REPEAT command to create a series of small line segments that approximate the shape of an oval. For example, you can use a command like REPEAT 360 [FORWARD 1 RIGHT 1] to create a circular shape, and then adjust the horizontal and vertical scaling to create an oval effect. Alternatively, you can use the ARC command to draw a part of an oval by specifying the radius and angle.
A decagon is a shape that has ten sides. As long as the figure has ten sides to it, then it is a decagon.
draw a shape with ten sides
Draw decagon number one, then with a ruler measure 3 centimeters and then draw decagon number two. (Deca -means ten)
you can basically draw an infinite amount of triangles in a dodecagon....
A ten-sided polygon is called a decagon.
To draw a regular decagon using a compass, start by drawing a circle with your compass. Next, mark a point on the circle to serve as one vertex of the decagon. Then, use the compass to construct the radius and divide the circle into ten equal segments by marking points at equal angles (36 degrees apart). Finally, connect these points with straight lines to form the decagon.
no we can't
To draw an oval in MSWLogo, you can use the REPEAT command to create a series of small line segments that approximate the shape of an oval. For example, you can use a command like REPEAT 360 [FORWARD 1 RIGHT 1] to create a circular shape, and then adjust the horizontal and vertical scaling to create an oval effect. Alternatively, you can use the ARC command to draw a part of an oval by specifying the radius and angle.
yes
This is how to make a rectangle in Microsoft logo.fd 100 rt 90fd 150 rt 90fd 100 rt 90fd 150 rt 90
To draw a square using MSWLogo, you can use the REPEAT command to create the four equal sides. Enter the following commands in the command window: REPEAT 4 [FORWARD 100 RIGHT 90] This code instructs the turtle to move forward 100 units and then turn right by 90 degrees, repeating this process four times to complete the square. Adjust the number in FORWARD to change the size of the square.
It is called "Edall" and you do Edall on it.