Computer Science, asked by ranafarooq015, 10 months ago

Move the turtle the forward by 40steps

Answers

Answered by Anonymous
8

Answer:

MSW logo is nothing but a basic software with a turtle which is used for drawing.

so, now let us see the different types of codes available in MSW logo:

forward: (fd) - it takes the turtle forward.

backward: (bk) - it takes the turtle backward.

right : (rt) - it turns the turtle in the degree mentioned

left : (lt) - it turns the turtle in the degree mentioned

clear screen : (cs) - it clears the screen.

so the command will be FD 40

Attachments:
Similar questions