answersLogoWhite

0

How to text in MSWLogo?

User Avatar

Swetha Archana

Lvl 2
4y ago
Updated: 12/15/2020

no we can't

User Avatar

Swetha Archana

Lvl 2
4y ago

What else can I help you with?

Related Questions

You want to do mswlogo in the computer?

yes


What is edall in mswlogo?

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


How do you make a star in mswlogo?

TELL ME THE ANSWER


Which is the best design in mswlogo?

px for [x 1 1000000] [fd :x rt 90]


What is the full form of mswlogo in computers?

microsoft logo in computer


How do you draw a decagon with MSWLogo?

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.


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.


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.


How do you make a Solar System in mswlogo?

You can create a simple representation of a Solar System in MSWLogo by using the graphical features to draw circles representing planets orbiting around a central star. You can program the planets to move in circular paths at different speeds to simulate their orbits. You can also use color commands to add visual detail to each planet.


How do you make a tree in mswlogo?

To make a tree in MSWLogo, you can use the "repeat" command to create the trunk and branches. Start by drawing a straight line for the trunk using the "fd" (forward) command. Then, use the "lt" (left) and "rt" (right) commands to create branches by changing the angle of the turtle. You can use the "repeat" command to create multiple branches, adjusting the angle and length each time. Finally, you can add leaves by drawing small circles or shapes at the end of each branch.


How do you do double space format on Microsoft Works?

Ctrl + 2 will double space lines in text like this... text text text text text text text text text text