Question: Write a C++ program that utilizes a function named find_pi to find the value of pi given the desired accuracy. Prompt the user for the
Write a C++ program that utilizes a function named find_pi to find the value of pi given the desired accuracy. Prompt the user for the accuracy. Youmust create the find_pi function and all arguments must be pass by value. The function can only return one value using the return statement. All output must be from within the main program.No global variables can be used. Then ask the user if they want to run the program again. If yes run again.
1-1/3 + 1/5 - 1/7 + 1/9 - ... = pi/4
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
