Please use C Programing Calculating the value of n from the
Please use C Programing.
Calculating the value of n from the sum of the following series pi = 4 - 4/3 + 4/5 - 4/7 + 4/9 - 4/11 + ... Write a program that asks the user to enter number of terms and find the value of pi approximated by that number of terms.Solution
#include