Write a program to help them analyze their


Jason, Sam, Ravi, Sheila, and Allan 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, the total miles for the week, and average miles run each day. Write a program to help them analyze their data. Your program should contain a two-dimensional array of five rows and 7 columns to store the number of miles run by each runner each day. Calculate and output the results in a tabular format. The header of the table displayed should look like follows: Participant Day 1 Day 2 Day 3 Day 4 Day 5 Day 6 Day 7 Total Average -------------- ------- ------- -------

Request for Solution File

Ask an Expert for Answer!!
Basic Computer Science: Write a program to help them analyze their
Reference No:- TGS01413137

Expected delivery within 24 Hours