answersLogoWhite

0

What else can I help you with?

Related Questions

How do you draw nonagon using logo command?

repeat 3 [fd 250 rt 120]


How do you draw hexagon using repeat command of logo?

To draw a hexagon using the repeat command in Logo, you can use the following code: repeat 6 [forward 100 right 60] This command will move the turtle forward by 100 units and then turn it right by 60 degrees, repeating this process six times to create a hexagon. Adjust the forward distance to change the size of the hexagon.


How do you draw triangle in Microsoft logo?

repeat 3[fd 40 rt 120]


How do you make 3 equal part out of a triangle using the corners?

You draw a line segment from the corner to the opposing side's central point, then repeat with other two corners.


Flowcharting of pascal triangle?

draw a flowchart of pascal triangle using for loops


When drawing a vector using the triangle method of addition how do you draw in the resultant vector?

When drawing a vector using the triangle method you will draw in the resultant vector using Pythagorean theorem. This is taught in physics.


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.


How do you draw a triangle using logo commands using three lines?

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.


How will you draw a triangle using 2 lines?

It is impossible two have a triangle that only has two sides. By definition a triangle is a shape that has three sides.


If you draw a triangle has two perpendicular sides what type of triangle did you draw?

an iscoceles triangle


Is the acute triangle same as the rough triangle you draw?

Most people, when asked to draw a triangle, would probably draw an acute or maybe a right triangle.


How do you draw 2 lines using autoCad 2008?

Type ml in the command line.