Question: Please help: Write a program that takes a number from the user and gives the sum of all numbers between 1 and the number entered.
Please help:
Write a program that takes a number from the user and gives the sum of all numbers between 1 and the number entered. For example, if the user enters 12 you give the sum of all numbers between 1 and 12(which is 78). You must calculate the sum in a loop ( don't use any formulas or functions).
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
