2) Show and explain the output in Java program below: public class Exercise2 { public static void main(String[] args) { double pi = 4.0 * (1 - (1.0/3) + (1.0/5) - (1.0/7) + (1.0/9) - (1.0/11)); System.out.println(pi); // Coding (from compiler): Output (from compiler): Explanation:

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter2: Using Data
Section: Chapter Questions
Problem 14RQ
icon
Related questions
Question
2) Show and explain the output in Java program below:
public class Exercise2 {
public static void main(String[] args) {
double pi = 4.0 * (1 - (1.0/3) + (1.0/5) - (1.0/7) + (1.0/9) -
(1.0/11));
System.out.println(pi); //
Coding (from compiler):
Output (from compiler):
Explanation:
Transcribed Image Text:2) Show and explain the output in Java program below: public class Exercise2 { public static void main(String[] args) { double pi = 4.0 * (1 - (1.0/3) + (1.0/5) - (1.0/7) + (1.0/9) - (1.0/11)); System.out.println(pi); // Coding (from compiler): Output (from compiler): Explanation:
Expert Solution
steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Knowledge Booster
Top down approach design
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT