Find the Factorial

Find the factorial of a number with and without recursion.

Factorial value without recursion

The code given below shows how to obtain the factorial value of a number using the factorial( ) ...