answersLogoWhite

0


Best Answer

repeat 3 [fd 250 rt 120]

User Avatar

Anonymous

Lvl 1
4y ago
This answer is:
User Avatar
User Avatar

Rumpa Jana

Lvl 1
1y ago
तीन बार repeat karu?, Kyun?

Add your answer:

Earn +20 pts
Q: How do you draw nonagon using logo command?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What object is in the shape of a nonagon?

A nonagon is polygon with nine sides. Architectural objects with a shape of a nonagon are the U.S. Steel Tower and the Temples of Baha'i Faith. The logo for the band, "Slipknot" is a version of a nonagon.


What is SETH command used for in logo?

SETCH command is used to point the command its head in any direction without using the RT or LT.


How do you draw an octagon using Logo command?

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]


How do you make a trapezium in MSW logo?

Well, honey, to make a trapezium in MSW Logo, you gotta use the "FD" (forward) and "RT" (right turn) commands to draw the sides of the trapezium at different lengths and angles. Just remember to keep track of your angles and side lengths to get that trapezium looking sharp. And if you mess up, just hit that "CLEARSCREEN" command and start over - ain't nobody got time for crooked trapeziums!


How do you make circle in msw logo using repeat command?

repeat 360[fd1 lt 1]


How do you mke a square using repeat command FOR LOGO?

Repeat 4 [fd 60 rt 90]


Write logo commands to draw the rectangle figure?

write the logo commands to draw the triangle


How do you make a car on msw logo?

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.


How do you draw triangle using blackcat logo?

fd 50 rt120 fd50 rt120 fd50 rt 120


How do you draw rhombus using logo command?

Well, honey, to draw a rhombus using the Logo command, you start by moving forward a certain distance, then turn a certain number of degrees, move forward again, turn some more, rinse and repeat until you've got yourself a fancy rhombus. Just make sure your angles add up to 360 degrees, or else you'll end up with a wonky shape that even Picasso would side-eye.


How do you mAke a rectangle using repeat command FOR LOGO?

This is how to make a rectangle in Microsoft logo. repeat 2[fd 200 rt 90 fd 400 rt 90]


How do you draw a hexagon using logo command?

lt 45,fd 5o,rt 45,fd 50,rt 45 fd 50,rt 90,fd 50,rt 45,fd 50,rt 45,fd 50