I need help with this project. I need as much commentary aspossible. Design, cod
ID: 3618117 • Letter: I
Question
I need help with this project. I need as much commentary aspossible. Design, code, and develop, compile, and execute anORIGINAL C++ Program that does the following:
1) Calculate and display the sum of the integers between 1and ' n ', inclusively, using a tabular
output format to display the results, and where the variable 'n'<= 1000, and the incremental sums shall be stored in anarray.
2) The results of each intermediate sum in the calculationshall be stored in an integer array of the same size as thevariable 'n', and the program shall CALCULATE the sums.
3) Further, the program shall create the arrayfor the solutions in the ' MAIN( ) 'program and shall pass theentire array to a function where the intermediate sums shall becalculated and stored.
4) Create the program in a single, complete C++ SourceProgram using the standard format and structure.
5) Be certain to CAPTURE the output screen ofyour program's execution and append it to your C++ Sourceprogram as a series of multiline comments.