Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a c program with comment or an algorithm for this situation 3. Great Aloha Run and g the race. Instead of waiting for the

Write a c program with comment or an algorithm for this situation
image text in transcribed
3. Great Aloha Run and g the race. Instead of waiting for the Someone I know walked (not a runner) the 15 shiles of the Great Aloha Run last week kept track of his mile times on his Apple Watch durin "official" chip-time results, he would like to calculate his total elapsed time and average per mile from the data is asking He can download the mile data from the Apple Watch to a file which can be redirected as input to your program. Given the following time in minutes and seconds per segment: collected and is asking you to write the program to process his data. 14 19.2 14 34.2 15 10.8 15 48.4 15 54.4 16 25.1 16 50.8 19 17 The program should produce the total time (in hours, minutes and seconds, rounded to the nearest second) and time per mile (in minutes and seconds similarly round assume your round.c file from homework 1 will be linked with this code, so you may use the round.to int(0 function implemented there. You do not need to write that here. For the above data, the results would be: ed). You c I/121 Total time: 2 hours 8 mins 20 sec Time per mile: 15 mins 45 sec Your task is to write this program using the 5-step design process. (a) (10 Points) Hand Example Show how you would calculate the above results by hand

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions