Question: Write the missing C++ statements in the code above to complete the program. Compile and excute the program making sure that all syntax and logic

Write the missing C++ statements in the code above to complete the program. Compile and excute the program making sure that all syntax and logic errors are removed.
I'm really bad at computer. I cant do anywork this right now. I need a help.
Below is a template (shell) for assignments for this class. * COSC 1337 Fall 2018 Your Name Practice Program 2- User will enter a value (N) which represents the number of values to process User will enter N numbers and the program will display the sum and average of the N numbers Program will also find and display the largest and smallest of the N numbers user enters N numbers in the range of -2147483648 to 2147483647* NOTE -you must have a loop to input the data, sum the data, and sind largest and smallest values. io #includesiostream> // required header file for input/output- using namespace std; int main) // tell the user to input a number which is the number of data values to process* // Is the For loop the best loop for this problem? // arrays are not used in this program // pause the program to see the results //system("pause"); // this is a windows command; will not work in another operating system /return O; //optional statement, may be required for .NET compiler
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
