4 lines
97 B
Mathematica
4 lines
97 B
Mathematica
clear;
|
|
gr1 = create_grades(10,5,-10,110,100);
|
|
gr2 = clean_grades(gr1);
|
|
gr3 = fill_estimates(gr2); |