Write a program for displaying a scatter diagram for comparing student's s on one module with their average s on other modules.
• Each student on the module should be represented by a dot (x,y) in the scatter plot with the x-value indicating the student's overall average , and the y-value indicating the student's  on this particular module
• Calculate and draw a line of "best-fit" and display its equation.
The program should also display core statistical information about the s ( arithmetic mean, the median, and standard deviation, number of students).
Program interaction with the user should be via console I/O求救 用JAVA 花散点图,x 表示如果们课的 平均值, y 表示这门课的值。,每门课用一个点表示(x,y)