Question: Write a Java program that computes the value of pi using the following formula: pi/4 = 1 - 1/3 + 1/5 - 1/7 + 1/9

Write a Java program that computes the value of pi using the following formula: pi/4 = 1 - 1/3 + 1/5 - 1/7 + 1/9 - Because the algorithm is an infinite sequence and your program should complete in finite number of steps, you should stop when you have the result computed to six significant digits
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
