Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Jason, Samantha, Ravi, Sheila, and Ankit are preparing for an upcoming marathon. Each day of the week, they run a certain number of miles and
Jason, Samantha, Ravi, Sheila, and Ankit are preparing for an upcoming marathon. Each day of the week, they run a certain number of miles and write them into a notebook. At the end of the week, they would like to know the number of miles run each day and average miles run each day.
Instructions
Write a program in c to help them analyze their data. Your program must contain parallel arrays: an array to store the names of the runners and a twodimensional array of five rows and seven columns to store the number of miles run by each runner each day. Furthermore, your program must contain at least the following functions:
a function to read and store the runners names and the numbers of miles run each day;
a function to calculate the average number of miles run each day;
and a function to output the results. You may assume that the input data is stored in a file and each line of data is in the following form: runnerName milesDay milesDay milesDay milesDay milesDay milesDay milesDay
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started