answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

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

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.


Which structure should you use if you if you want to repeat the same commands exact 10 times?

repeat 10


How to text in MSWLogo?

no we can't


You want to do mswlogo in the computer?

yes


What is repeat loop?

Most programming languages have some loop construct, that make it possible to repeat commands several times. The available commands vary, depending on the language; as an example, Java has the "for", "while", and "do...while" keywords.


What is edall in mswlogo?

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


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 a star in mswlogo?

TELL ME THE ANSWER


Are the Redo and Repeat commands ever be available at the same time?

In Microsoft Word, When you click on the redo button, the redo button changes to the repeat button which is dimmed. So no, you can't redo and repeat at the same time.


What are you use of loops?

A loop is used in programming to repeat a set of commands in the program when a task is a repetitive one


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.


Do while repeat and do commands identify a Repetition structure?

Yes, they are all loop mechanics so they represent repetition structures.