Question: Write a C++ program which reads from a file(trips.txt) distance (in kilometers) and the duration (in minutes) for a number of trips. The program calculates
Write a C++ program which reads from a file("trips.txt") distance (in kilometers) and the duration (in minutes) for a number of trips. The program calculates the speed (in kilometers per hour) for each trip and the average of the speeds and the output should be saved in a file called("report.txt") as shown below trips.txt - Notepad Eile Edit Format Yiew Help 150 180 320.25 185 120 160 5 000 67-500 03-363 150.000 20.250 Average of the speeds82.122(/h
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
