Question: C++ Open the attached.cpp file. Fill in the two missing functions where it says insert code here. Everything else has been written for you to




Open the attached.cpp file. Fill in the two missing functions where it says insert code here. Everything else has been written for you to test your functions. You may not change anything in the file other than write the functions. Note: For testing purpose, I will have different data in file numbers.txt. Expected Output: Data in file: 10 9 1 10 25 5 * 6 mm 92 1 3 8 Sum of all even numbers in list = 130 List after deleting even numbers: 9 1 25 5 7 3 1 3 Press any key to continue... /*This program is your final exan. All you need to do is to fill both the functions. 1) Find the sun of the even numbers in the list. Please insert code in the function called int suneven (int[], int) 2) Delete/Remove all even numbers in the list. Please insert code in the function called void delEven(int [], int k) Note: Even if I change the content of the input file, your program should still produce the correct output. */ Hinclude
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
