Question: C ++programming Write a program that accepts the name of an input file. The input file has data in the following form momo 23 12.4

C++programming
Write a program that accepts the name of an input file. The input file has data in the following form momo 23 12.4 jhon 34 18.2 .... more lines here catia 26 16.3 There might thousands of lines but all of them the same structure name miles time Your program should vcreate an output file from the input file data the output file should have the following format N:name T:time M: miles N: momo T:12.4 M:23 N:jhon T:18 M:34 .....more lines here N:catia T:16 M:26
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
