Question: 2) Write a Python program that calculates the 5 um of the following series and ontprits it. 11+42+93++n2n In the series above user inputs the
2) Write a Python program that calculates the 5 um of the following series and ontprits it. 11+42+93++n2n In the series above user inputs the value of n. Your ontput should be rounded to 2 decimal places. Here are some sample reanlts for you to test your program, If n=1, output of the program will be 1 If n=2, output of the program will be 1.5 If n=3, output of the program will be 1.83
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
