Your mission is to make a program that uses two arrays. Every time a user clicks, a dot should appear where the user clicked, and a line should appear from that dot to the previous dot. * (5,000,000 points) Dots Appear * (5,000,000 points) Lines Connect them * (5,000,000 points) There is a list of X,Y coordinates on the screen * (5,000,000 points) Even though the array is small, it cannot overflow because you check. * (5,000,000 points) The program prints the largest and smallest X value used. You MUST use a method. * (5,000,000 points) Pressing the 'c' key clears the screen and array. * (1,000,000 points) Do something cool that no one else has done. * (1,000,000 points) The program prints total distance travelled. Hint: Math.sqrt() * (2,000,000 points) 'A' adds the point (100,100) in the front. The list becomes longer. * (2,000,000 points) 'd' deletes the front. The list becomes shorter. * (1,000,000 points) 'S' sorts the arrays. * (1,000,000 points) 'D' deletes the last most recent entry. The list becomes shorter. * (1,000,000 points) There is a bounding box around the dots that grows as needed. * (1,000,000 points) It beeps when you click. * (1,000,000 points) Turned in before Mon Oct 14th * (-1,000,000 points) Every day late * (-10,000,000 points) Array Index Out Of Bounds Exception Out of 41,000,000 points. The basics (the first 6 items) are 30,000,000.