Question: Using a while loop, create a program for a user to enter a number and calculate the sum of all the numbers from 1 to
Using a while loop, create a program for a user to enter a number and calculate the sum of all the numbers from 1 to the given number. Note: Besure the output includes the number they entered and the sum. Example: If the user entered the number 10 the sum should be 55
IN PYTHON
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
