Step one: Investigate the number of turns and rotation in degrees needed to draw different shapes: triangles, squares, pentagons and hexagons. Step two: Write a program using control loops to automate drawing of sides. Step three: Write a program to ask the user how many sides they want in their shape Step four: Test the sanity of a users input. Can we draw a 2-sided shape? Can you make sure the shape stays on the page?