Question: IN C++ Modify this program so that it shows the average, not the total of the inputs. Complete the following file: total.cpp #include #include #include

IN C++

IN C++ Modify this program so that it shows the average, notthe total of the inputs. Complete the following file: total.cpp #include #include#include using namespace std; 1 2 3 4 5 6 7 89 10 11 12 13 14 15 16 17 18 19 int

Modify this program so that it shows the average, not the total of the inputs. Complete the following file: total.cpp #include #include #include using namespace std; 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 int main() { // Prompt for the input and output file names cout > input_file; cout > output_file; // Construct the input and output streams ifstream in(input_file); ofstream out(output_file); // Check for errors and format output stream if (in.fail() || out.fail()) { return -1; } // Check for errors and format output stream if (in.fail() || out.fail()) { return -1; } out fixed > value) { out

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!