Question: // please read the instruction first !!! /// use The Fortran programming language to solve this problem, not Java, C++, Python , JavaScript or any
// please read the instruction first !!!
/// use The "Fortran programming language" to solve this problem, not Java, C++, Python , JavaScript or any other programming language except Fortran
/// The output that you will provide must be the same as the ones in the problem description so please make sure they are the same
( 3 11 Problem Statement You can approximate x by using the following series: = 4(1 1 1+1 (-1)+1 + + ... + 5 7 9 21-1 Write a Fortran program that displays the value for i = 10,000, 20,000, ..., to 100,000 (increment of 10,000). Note: Solve this problem using the "Fortran programming language" (do not use Java, C++, python ,C, JavaScript or any other programming language except "Fortran" ) and put relevant Comment in the code! Samnle Output: your output should look like this!!! Enter i to compute PI: 100000 Value of PI with i increments by 10000: i = 10000 PI = 3.14149833 i = 20000 PI = 3.14154720 i = 30000 PI = 3.14156318 i = 40000 PI = 3.14157081 i = 50000 PI = 3.14157534 i = 60000 PI = 3.14157939 i = 70000 PI = 3.14158201 i = 80000 PI = 3.14158344 i = 90000 PI = 3.14158463 i = 100000 PI = 3.14158559
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
