java help please(simple question for most java users)
hey guys
i am just new to java and i got a java project i need help with please can someone help me
what i am asked to do is this
Calculate the value of pi from the infinite series
π= 4 - 4/3 + 4/5 - 4/7 + 4/9 +...
Print a table that shows the value of pi approximated by computing one term of this series, by two terms, by three terms, and so on. How many terms of this series do you have to use before you first get 3.14? 3.141? 3.1415? 3.14159?
Any suggestions (or how to start it )
hey guys
i am just new to java and i got a java project i need help with please can someone help me
what i am asked to do is this
Calculate the value of pi from the infinite series
π= 4 - 4/3 + 4/5 - 4/7 + 4/9 +...
Print a table that shows the value of pi approximated by computing one term of this series, by two terms, by three terms, and so on. How many terms of this series do you have to use before you first get 3.14? 3.141? 3.1415? 3.14159?
Any suggestions (or how to start it )




