This program demonstrates how to draw an n-gon (a circle, really) and use variables to control the nunber of sides and radius. It works by calculating the coordinates of the points on the circle using trig functions.