Question: to creat a polygon

Use a procedure that takes as input a positive integer and two real numbers a and b
and produces as output  a polygon centered at (a, b). Base on the procedure,  obtain a list of twenty decagons centered in (0, 0), (1, 1), ..(20, 20)

(I have no hint,please help, thanks)

Please Wait...