Question: python program please 2) Create a program that asks the user to enter a number (call it x) and then uses a while loop to
2) Create a program that asks the user to enter a number (call it x) and then uses a while loop to print and add up all of the numbers from 1 to x and then compute the average of these numbers. Enter a number: 12 1+2+3+4+5+6+7+8+9+10+11+12 The Sum = 78 The Average = 6.500000 Enter a number: 4 1+2+3+4 The Sum = 10 The Average = 2.50000
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
