This program calculates an approximation for the value of pi by plotting a circle on a 200x200 square area then randomly placing dots on this area. By calculating the ratio of points that fall inside versus the number of points that fall outside the circle the value for pi is approximated.

