Challenge 2: Find Mean and Median
Given a file containing a list of numbers, output a file that contains the mean and median of those numbers.
Problem Statement
Write a code that takes a list of numbers as input from data.txt
file, finds the mean and median ...