Question: C++ 32. Exercise 30 defines the number e and Exercise 31 shows how to approx- imate the value of e using a different expression. Interestingly,

C++
32. Exercise 30 defines the number e and Exercise 31 shows how to approx- imate the value of e using a different expression. Interestingly, the value of e can also be approximated using the following expression: 2+ 4+4 5 + 5 (n-1) Write a program that uses this formula to approximate the value of e. Test your program forn 3, 5, 10, 50, and 100
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
