Question: Write a C++ program that will calculate the value of e (Eulers number, e = 2.71828) using a function you create named find_e. It shall

Write a C++ program that will calculate the value of e (Eulers number, e = 2.71828) using a function you create named find_e. It shall have no arguments and return no values using the return statement. All transfer of information to and from the function must be in the form of global variables. The function find_e must be contained in a file separate file from the file containing the main function. You must ask the user for an accuracy value as you did in the previous program that calculated the value of pi. All output must be from the main program. all programs must prompt the user to rerun the program by typing "yes" or "Yes" . Upon exiting the program, you must thank the user for using it. (Programmed in C++)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!