Question: C++ programming 3-4: Output Formatting write a program that needs four triathlon race time records from a file. the name of the file is racedat.txt,

C++ programming

3-4: Output Formatting

write a program that needs four triathlon race time records from a file. the name of the file is racedat.txt, each line of the file represents one record and contains an athlete identifier ( a single character) and three numeric values. the three values are the completion times (in minutes) for the running, swimming, and biking stages of a triathlon. you will produce a nicely formatted report that displays these values, as well as the total time for each athlete. finally, your report should calculate the average total time for the race.

hint: may create your own racedat .txt file using windows notepad or other texgt editor. the input file should have the format:

A 31 27 52

B 29 31 58

C 35 36 31

D 34 36 62

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!