Question: Use the editor to format your answer Question 3 15 Points Given a text file containing unknown number of lines, each line containing three integer
Use the editor to format your answer Question 3 15 Points Given a text file containing unknown number of lines, each line containing three integer values representing the time hours minutes seconds separated by space. Write a well-documented C++ program that: 1. Reads the three values from the file 2. If any of the read values is negative, prints on the screen an error message: "Error: Invalid negative time value. 3. Otherwise, calculates the number of seconds in the given time, where one hour is 60 minutes and one minutes 60 seconds, 4. Sends to another file both time values: the read and the calculated as shown below. 5. Repeats Steps (14) until the file end is reached Terms Use the editor to format your answer Question 3 15 Points Given a text file containing unknown number of lines, each line containing three integer values representing the time hours minutes seconds separated by space. Write a well-documented C++ program that: 1. Reads the three values from the file 2. If any of the read values is negative, prints on the screen an error message: "Error: Invalid negative time value. 3. Otherwise, calculates the number of seconds in the given time, where one hour is 60 minutes and one minutes 60 seconds, 4. Sends to another file both time values: the read and the calculated as shown below. 5. Repeats Steps (14) until the file end is reached Terms
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
