Week 8
Graphical Challenge
Write a program that will draw a regular polygon for any given number of sides.For example if the user enters 5 then the program will draw a regular pentagon.
Hint: You might need to brush up on your trigonometry skills!