This is how to make a rectangle in Microsoft logo.
fd 100 rt 90
fd 150 rt 90
fd 100 rt 90
fd 150 rt 90
Draw one whole in ONE rectangle, and draw the thirds in a different rectangle..!
Its pretty much 11 rectangles in one.
In Logo, you can draw a rectangle using the REPEAT command to create the four sides efficiently. For example, you can use the following code: REPEAT 2 [ FORWARD 100 ; length of the rectangle RIGHT 90 FORWARD 50 ; width of the rectangle RIGHT 90 ] This code moves the turtle forward to draw the length, turns right, and then draws the width, repeating the process to complete the rectangle.
The easiest way to draw a swimming pool is to draw a rectangle inside of another rectangle and in the smaller rectangle draw cursive w's to indicate the water. For a kiddie pool, you can draw one circle inside the other. You may want to use a ruler or a protractor.
square, rectangle
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.
Draw one whole in ONE rectangle, and draw the thirds in a different rectangle..!
it is possible to draw a square that is a rectangle?
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.
To draw a boat in MSWLogo, you can use simple commands to create the shape. Begin by using the REPEAT command to create the hull, using FORWARD and RIGHT or LEFT to form the angles. Add details like sails or waves with additional shapes and lines. For example, you could use PENUP and PENDOWN to move the turtle without drawing while positioning the sails.
Hold the SHIFT key down when inserting the shape.
you start by drawing the base as a rectangle it differs depending on themodelbut you can draw one using simple shapes such as circles ect.
for the head draw a square then the neck draw a ting rectangle ,for the body draw a sqare or a rectangle it depends what robot you want to draw,for the legs draw a small skinney rectangle and ll the rectangles i said be for are going up and down so last the feet are laying on the ground and are a rectangle
Yes,it is given that draw a rectangle with 3 lines so..1st draw a rectangle then put 3 lines inside in it....!!
Its pretty much 11 rectangles in one.
you just draw a normal rectangle but draw it on a slant. that's all i know from my school teacher.
first draw a triangle, then a rectangle, and lastly draw another triangle on both side of the rectangle... if you want draw a smoke at the bottom.