Question: Write a program that computes the value of ex by using the formula ex=1+1!x1+2!x2+3!x3+ Prompt the user for the desired accuracy of e, i.e. the

Write a program that computes the value of ex by using the formula ex=1+1!x1+2!x2+3!x3+ Prompt the user for the desired accuracy of e, i.e. the number of terms in the summation and the power of "e". Use 10 digits of precision to display the result. Expected Output: Enter the exponent of "e" : 7 Desired Accuracy (number of terms in the series) : 13 e7 with 13 terms =1067.0243116203
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
