Question: 5. Write a function that takes two integer inputs, hours and minutes which denote the starting time of a run. The function should calculate and

5. Write a function that takes two integer inputs, hours and minutes which denote the starting time of a run. The function should calculate and print the return time If I run 1 mile at an easy pace (8:15 per mile), then 3 miles at tempo (7:12 per mile) and 1 mile at easy pace again, what time do I get home? Make sure your inputs are integers. b. This function does not have any output that it returns. All the calculations and printing is done within the function. a
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
