File for questions #1 and #2 --------- 2.1 1.5 3.1 2.5 1.5 6.1 7.0 1.1 9.9 2.5 6.2 3.1 File for question #3 ----- Randy 1 Scott 3.2 Beverly 10 Chris 1.5 Emily 9.3 Lori 100.0 1) Read the input file. Print the mode (the most common element .. see the stats package) 2) Read the input file. Copy it to the output file .. in numeric reverse sorted order. 3) Read the input file. Print the mean of all the numbers that are in range. Anything below 2 or above 10 is an error.