Click the green flag to start. ~~~~ This program uses RNG to plot a random point within a square. It then decides if the point is in a circle or not in a circle, then counts it and repeats. Pi is then found by dividing the number of points in the circle by the ones outside. ~~~~ It's not very accurate, but having a number close to pi at all is a great achievement for me. ~~~~ Variables: Pi = The current estimate of pi inside = The amount of points that plotted inside the circle outside = The amount of points that plotted outside the circle CPS = Calculations per Second ~~~~ Thanks for looking!