Given the following series: P(n)=-1+1/2-1/3+1/4-1/5...+1/n Write a java program that prints out the following table. It calculates and prints the value of P(n) for all even integers <=35. Sample Run run: P(n) -0.500000 -0.583333 -0.616667 2 4 6 8 10 12 14 16 -0.634524 -0.645635 -0.653211 -0.658705 -0.662872 18 20 -0.666140 -0.668771 22 24 26 -0.670936 -0.672747 -0.674286 28 30 32 34 BUILD SUCCESSFUL (total time: 0 seconds) -0.675609 -0.676758 -0.677766 -0.678657

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter2: Using Data
Section: Chapter Questions
Problem 15PE
icon
Related questions
Question

write the java program

Given the following series:
P(n)=-1+1/2-1/3+1/4-1/5...+1/n
Write a java program that prints out the following table. It calculates
and prints the value of P(n) for all even integers <=35.
Sample Run
run:
P(n)
-0.500000
-0.583333
-0.616667
2
4
8
-0.634524
-0.645635
-0.653211
-0.658705
-0.662872
-0.666140
10
12
14
16
18
20
-0.668771
22
-0.670936
-0.672747
24
26
-0.674286
-0.675609
-0.676758
28
30
32
-0.677766
34
-0.678657
BUILD SUCCESSFUL (total time: 0 seconds)
Transcribed Image Text:Given the following series: P(n)=-1+1/2-1/3+1/4-1/5...+1/n Write a java program that prints out the following table. It calculates and prints the value of P(n) for all even integers <=35. Sample Run run: P(n) -0.500000 -0.583333 -0.616667 2 4 8 -0.634524 -0.645635 -0.653211 -0.658705 -0.662872 -0.666140 10 12 14 16 18 20 -0.668771 22 -0.670936 -0.672747 24 26 -0.674286 -0.675609 -0.676758 28 30 32 -0.677766 34 -0.678657 BUILD SUCCESSFUL (total time: 0 seconds)
Expert Solution
steps

Step by step

Solved in 2 steps with 2 images

Blurred answer
Knowledge Booster
Multithreading Methods
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