Question: Write a program in C++ to display 'n' terms of natural number and their sum using loops. Write comments explaining what each line, and what
Write a program in C++ to display 'n' terms of natural number and their sum using loops. Write comments explaining what each line, and what each command does.
Natural numbers are 1,2,3,4,.....
So if the user enters n = 5, your program must display
Natural numbers are: 1, 2, 3, 4, 5.
Sum: 15
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
