Computer Science, asked by thank3409, 8 months ago

Logo commands to draw decagon

Answers

Answered by ayushsamal77
10

Explanation:

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

Answered by b008119
0
It world obviously be fd 100 or 200 and rt 40



Similar questions