Question: PYTHON Implement the following: 1) Request an integer input by the user. 2) Display the sum value of 1/10+2/10+3/10++n/10 to two decimal places. 3) Display
PYTHON
Implement the following: 1) Request an integer input by the user. 2) Display the sum value of 1/10+2/10+3/10++n/10 to two decimal places. 3) Display the average to two decimal places. Input text can be any content. Just make sure to precisely match the output format below. Write your entire program in the Answer area provided below (must include comments if using code is not covered in the course). Example Output Enter an integer: 50 The sum 1/10+2/10+3/10++n/10(n=50) is 127.50. The average is 2.55
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
