Factorial Using Recursion

Write a recursive function to calculate the factorial of a number.

Scroll to Top