This is the question?
The German mathematician Gottfried Leibniz developed the folling method to approximate the value of pi:
pi/4 = 1 - 1/3 + 1/5 - 1/7 + ......
Write a program that allows the user to specify the number of iterations used in this approximation and displays the resulting value.