Programming Project #2
Write a program to calculate the finish times for a marathon in total seconds. Use your previous hours/minutes/seconds program as a starting point to write a program which prompts for, and accepts input from the user, for integer variables named Hours, Minutes, and Seconds. Follow the pattern of the scanf function to input the integer values.