So I have this file called data.txt It looks like this:
Deaths Doctors Hosp Income Population
8.00 78 284 9.10 109
9.30 68 433 8.70 144
7.50 70 739 7.20 113
but it has significantly more lines of data. I need to write a program that reads this data into arrays. It must implement the a function that takes as input an array and array size and returns the mean value. Please point me in the correct direction, I'm so lost.