Marathon Runners Project
/Algorithm
Read runner names from file into array
Read corresponding runner miles from file into 2d array
Use the array data to calculate the sum and average of each runner and store the related data into their own arrays
Write data to output file using a fixed spacing to create a table format
/
Voters