(Compute 7) You can approximate 7 by using the following series: 1 1 1 1 6 x (1 + TT = + + .. . 4 9. 16 25 Write a program that displays the T value for n = 100, 200, ..., and 600.

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter5: Control Structures Ii (repetition)
Section: Chapter Questions
Problem 23SA
icon
Related questions
Question
(Compute 7) You can approximate 7 by using the following series:
1
1
1
1
6 x (1 +
TT =
+
+ .. .
4
9.
16
25
Write a program that displays the T value for n = 100, 200, ..., and 600.
Transcribed Image Text:(Compute 7) You can approximate 7 by using the following series: 1 1 1 1 6 x (1 + TT = + + .. . 4 9. 16 25 Write a program that displays the T value for n = 100, 200, ..., and 600.
Expert Solution
steps

Step by step

Solved in 3 steps with 3 images

Blurred answer