Question: Lab Specifications tmplement the function fileSum. fileSum is passed in a name of a file. This function should open the file, sum all of the

Lab Specifications
tmplement the function fileSum. fileSum is passed in a name of a file. This function should open the file, sum all of the integers within this lose the file, and then return the sum.
If the file does not exist, this function should output an error message and then call the exit function to exit the program passing an error value of EXIT_FAILURE. The exit function and value EXIT_FAILURE is provided by the cstdlib library. Here is how you call the exit function.
exit (EXIT_FAILURE) ;
5396302926356923=9y7
LAB
ACTIVITY
2.11.1: LAB 2(Ex.1): File 1O- Sum of integers
05
Submission Instructions
Downloadable files , and
Download
Compile command
g++ main.cpp -Wall -Werror -o a.out We will use this command to compile your code
Upload your files below by dragging and dropping into the area or choosing a file on your hard drive.
 Lab Specifications tmplement the function fileSum. fileSum is passed in a

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!