Calculate the factorial of a number by recursively multiplying the number with factorial of (number - 1).
Explain code with DocComment! Try out your own code!