Shubhangi
2012-10-05 05:41:10 UTC
WAP to calculate the following expression.
x=1+x+ (x^2) /2! + (x^3)/ 3! +........n for this expression calculate the factorial.
Without Recursive Function
I know how to solve recursive but dont know about without recursive.