Question: CAn someone help me with this java problem USING the equation. please don't ask for user input. just make the method. and call it in
CAn someone help me with this java problem USING the equation. please don't ask for user input. just make the method. and call it in main. please make it clear for a beginner. 
1. The value of can be computed according to the following formula 4-1-315--+- 3 5 7'9 CS 2110 Spring 2018 Homework 1 note that is being divided by 4 in this formula. Write a method that will take in an integer and will then return to that many decimal points. For example if you pass 5 to the method if should return 3.14159. You can use any method or constant of the Math class except Math.pi in your method. Note that this method of calculating pi converges incredibly slowly. You shouldn't be able to calculate more than about 7 digits in a reasonable amount of time. The method header for this is: public static double pi(int n)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
