I am new to vb.net and am having issues with this problem that i need to complete. Is there someone that can help me?
It should be a basic loop code, I just can't figure it out.
THANKS!!
It should be a basic loop code, I just can't figure it out.
THANKS!!
The value of pi can be determined by the series equation:
pi = 4*(1/3 + 1/5 + 1/7 + 1/9 + 1/11 + ....)
Write a console program that will ask the user to enter the number of terms to use to approximate pi, calculate the approximation, and then output the result to the screen.
Last edited by a moderator: