Write a complete program to accomplish the following. A coach wants to determine the splits for a runner. Unfortunately, the clock he is using provides only the cumulative information similar to the sample data. (minutes:seconds.tenths)
Split 1: 1:53.37
Split 2: 3:24.67
Finish Time: 5:57.98
Write a program that would allow the coach to enter each time in one line, and would output the necessary splits in this manner.
Split 1: 1:53.37
Split 2: 1:31.30
Finish split: 2:33.31