Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Create a Java application in NetBeans called Lab05 and write a program called Lab05.java that displays the following value for i = 200, i =

Create a Java application in NetBeans called Lab05 and write a program called Lab05.java that displays the following value for i = 200, i = 500, and i = 1000. Then, determine exactly which iteration causes the value of to reflect 3.14159265 In other words, determine when becomes greater than or equal to 3.14159265 and less than 3.14159266. Print this out at the end of your output (after the values of are printed out at iterations 200, 500, and 1000). For the Java program, all output should be done using the printf method, and decimals should go to the 10th decimal place.

image text in transcribed

cscio8- Introduction to Programming Lab 05 Computing : t can be computed using the following Nilakantha formula: n - 3 + 4/(2*3*4) -4/ (4*S*6) + 4/ (6*7*S) -1/(8*9+1 or, where t- term, and i iteration: + 4/(10.11+12)- 3 3.166666667 3.1333333333 3.14523809524 3.13963253908| Greater than or equal to 3.14 and less Value +4273*4)4K4S6) 4618) 4819 10) + Notice the pattern in the denominators above, and the sign alternates to its opposite (positive to negative, negative to positive, etc.). This can be coded as a "for" loop where you initialize the variable "sign as a positive 1 before the loop body, and then multiply it by negative 1 inside the loop to change the sign for each iteration of the loop. Here is a graph 2"1+1) (21+20 of the n values after the first four iterations: ign-1ign 3.165667 and (ple > 3,14109265) 3.145238 .239682 12 3.2 3.08 200) OR -500) OR # 1000) 3.02 Create a Java application in NetBeans called La OS and wrote a program called Lab05 Java that displays the following value for i 200, i 500, and i 1000. Then, determine exactly which iteration causes the value of x to reflect 3.14159265. In other words, determine when x becomes greater than or equal to 3.14159265 and less than 3.14159266 Print this out at the end of your output (after the values of t are printed out at iterations 200, 500, and 1000). For the Java program, all output should be done using the printf method, and decimals should go to the 10% decimal place. The value of is: The value of n is: 3.1415926516when 500 The value of n is: 3.1415926533wwwhen= The number of iterations to get to 3.14159265 is it to me as an attachment in Blackboard. For assistance, see flowchart below. Zip the Lab0S folder and send e here to search

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Data Access Patterns Database Interactions In Object Oriented Applications

Authors: Clifton Nock

1st Edition

0321555627, 978-0321555625

More Books

Students also viewed these Databases questions

Question

6. Be able to choose and prepare a training site.

Answered: 1 week ago