answersLogoWhite

0

To create a hut in MSW LOGO, you can use basic shapes like rectangles and triangles. First, draw a rectangle for the main structure of the hut using the REPEAT command for straight lines. Then, use triangles for the roof, positioning them above the rectangle. Finally, you can add details like a door or windows using smaller rectangles and circles to enhance your hut design.

User Avatar

AnswerBot

5mo ago

What else can I help you with?

Related Questions

How do you make a boat in MSW logo?

n


How you make a castle on msw logo?

you type pu your mum and your dad


What is the logo of Pizza Hut?

The words pizza hut with a roof on it to make it look like a hut.


What is the advantage of using MSW LOGO?

MSW logo is a simple programing language. It gives an idea for programing as it very simple


How do you make pentagon in msw logo?

reapea 5 [fd 100 rt 90 5/360]


How do you make circle in msw logo using repeat command?

repeat 360[fd1 lt 1]


How do you play MSW Logo free?

`can i play? jhvjkoo


What are the commands for making complicated 3D drawings in MSW LOGO?

repcount


What is the command to set the screen color in MSW LOGO?

In MSW LOGO, you can set the screen color using the SETSCREENCOLOR command followed by the desired color value. For example, to set the screen color to blue, you would use SETSCREENCOLOR 1. Colors are generally represented by numbers, where each number corresponds to a specific color in the MSW LOGO palette.


Which cell tells pupils their score in MSW logo screen?

In MSW Logo, the cell that typically displays the pupils' score is the "Output" cell or "Info" area of the interface. This section provides feedback on the commands executed and can include the scores or results of specific tasks. Depending on the version of MSW Logo being used, this might also be displayed in a dedicated score window or panel.


How do you draw a circle on MSW logo?

Repeat 360 [fd 1 lt 1]


How do you make triangle in MSW logo?

To draw a triangle in MSW Logo, you can use the REPEAT command along with the FORWARD and RIGHT commands. For example, you can type: REPEAT 3 [FORWARD 100 RIGHT 120]. This code will create an equilateral triangle with each side measuring 100 units. Adjust the FORWARD value for different sizes.