Help with while loop please B) Write a C++ program using a while loop to calcula
ID: 641753 • Letter: H
Question
Help with while loop please
B) Write a C++ program using a while loop to calculate the value of pi/2 accurate to 6 digits after the decimal point using the following series: Display the following and turn in printouts of the program and the results. The number of terms needed to find pi/2 . The value of pi/2 using acos(-1)/2 using 10 digits after the decimal point (for comparison). The value of pi/2 found with the series using 10 digits after the decimal point (the first 6 digits after the decimal point should match the value above).