Question: The following program is supposed to read two numbers from a file named input.dat, and write the sum of the numbers to a file named

 The following program is supposed to read two numbers from a

The following program is supposed to read two numbers from a file named input.dat, and write the sum of the numbers to a file named output.dat. However, it fails to do so. Rewrite the program so that it accomplishes what it is intended to do. (Also, include statements to close the files.) #include using namespace std 9. Programming Exercises I 163 int main( int numl, um2 ifstream infile outfile.open ("output.dat") infile >> numl >> num2 outfile "Sumnum1num2

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!