answersLogoWhite

0

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.

User Avatar

Wiki User

9y ago

What else can I help you with?

Related Questions

How do you draw a decagon?

A decagon is a shape that has ten sides. As long as the figure has ten sides to it, then it is a decagon.


How can you draw a decagon?

draw a shape with ten sides


How do you draw two decagons three centimetres apart?

Draw decagon number one, then with a ruler measure 3 centimeters and then draw decagon number two. (Deca -means ten)


How many triangles can you draw in a decagon?

you can basically draw an infinite amount of triangles in a dodecagon....


What is a ten sided shape and draw it?

A ten-sided polygon is called a decagon.


How do you draw a regular decagon using a compass?

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.


How to text in MSWLogo?

no we can't


How do you make oval in mswlogo?

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.


You want to do mswlogo in the computer?

yes


How can you draw a rectangle using MSWlogo?

This is how to make a rectangle in Microsoft logo.fd 100 rt 90fd 150 rt 90fd 100 rt 90fd 150 rt 90


How do you draw a square using MSWlogo?

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.


What is edall in mswlogo?

It is called "Edall" and you do Edall on it.