Question: Compute 1+2+3+.... n where n is any positive integer .In other words your program should prompt the user to enter a number ,read the user
Compute 1+2+3+.... n where n is any positive integer .In other words your program should prompt the user to enter a number ,read the user input ,calculate the sum of integers from 1 to the input value and output the sum using while loop.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
