answersLogoWhite

0

What else can I help you with?

Related Questions

How do you make circle in mswlogo?

its easy... 1st you need to draw its radius (any length you want) 2nd type circle in your command box. For example in the first one you put 50 as length, you go forward 50 and then in the second one type circle 50. And then you have your circle.


How do you make a star in mswlogo?

TELL ME THE ANSWER


How do you circle a horse?

To circle a horse you have to pull on the inside rein and make a zero sort of


Can you make a line segment longer than the diameter of circle?

Not if the whole segment is inside the circle.


How to text in MSWLogo?

no we can't


What is periphery of 5 circles in one circle?

If 5 circles are inside the one circle, then the periphery is of the one circle. The periphery depends on the diameter of the one circle. The number of circles inside won't make any difference.


You want to do mswlogo in the computer?

yes


What is the inside of the circle called?

The inside of a circle is called its area.


What is the inside of a circle called?

The inside of a circle is called its area.


What is edall in mswlogo?

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


What is the space inside a circle?

Circumference is the outside of the circle and the inside is the are of the circle. And inside of the circle, there is diameter and radius. Radius is from the center point to the edge of the circle and diameter is all the way across.


How do you create a curved line in Mswlogo?

To create a curved line in MSWLogo, you can use the REPEAT command combined with the FORWARD and RIGHT (or LEFT) commands. For example, you can draw a quarter-circle by repeating a small forward movement and a slight turn: REPEAT 36 [FORWARD 5 RIGHT 10]. Adjust the values to change the curvature and size of the arc as needed.