Computer Science, asked by aayushiranaji26, 3 months ago

B. Give output of the following:
1. REPEAT 5[FD 50 RT 144]​

Answers

Answered by anindyaadhikari13
6

Answer:

  • Output for the LOGO command is given in the attachment.

Explanation:

  1. REPEAT 5 repeats the command written inside brackets.
  2. FD 50 forwards the turtle 50 steps ahead.
  3. RT 144 turns the turtle 144° on the right side.
  4. These two steps are repeated 5 times. After execution, a star is formed.

•••♪

Attachments:
Answered by jk2478535
0

Explanation:

REPEAT 5 (FD 50 RT 360/4)will draw a square in LOGO ( true false)

Similar questions