answersLogoWhite

0

What is mswlogo?

Updated: 12/24/2022
User Avatar

Wiki User

13y ago

Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What is mswlogo?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How to text in MSWLogo?

no we can't


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 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 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 an ark on mswlogo?

REPEAT 69 [FD 100 BK 50 RT 90 LT 90 BK 25]SY 90 FD 20 LT 25


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 triangle in mswlogo?

First, do these commands : FD 100 RT 120 FD 100 RT 120 FD 100 Next, the the turtle is still present, so type HT in the box. And then you're done by getting a right sided equilateral triangle.