BE SURE TO TURN ON TURBO MODE OR WATCH YOUR TIME TICK AWAY Just a little self-motivated project: connecting any two points on the coordinate plane with a parabola! The points chosen by the computer are random (just check the code), and the parabola is fitted to go through the points.
Get ready for Hangman! All parabolas can be found in the form Y=AX^2+B; A and B can be found in the code as variables.