Make a program to calculate pi to the n'th decimal. Input the variable at runtime. Program In the language of you choice. (and none of the print"3.1415" crap.)
Name:
Anonymous2007-09-14 10:24 ID:WWWs1FtP
You need to end your input with an EOF (usually ^D or ^Z, depends on your implementation and OS). Also, if your implementation is slow it can take a while.