Computer Science, asked by rohit54702, 1 month ago

Square write logo command to draw above
shape​

Answers

Answered by anindyaadhikari13
1

Required Answer:-

Correct Question:

  • Write logo command to draw a square.

Solution:

Here comes the logo cσde:

\dag \: \boxed{\tt REP EAT\ 4[FD\ 200\ RT\ 90]}

Explanation: The repeat command repeats the statements written inside [ and ] 4 times. The FD command (FORWARD) moves the turtle forward by 200 steps and RT command rotates the turtle 90° degree right as each interior angle in a square measures 90°

Refer to the attachment.

•••♪

Attachments:
Similar questions