Change the repository type filter
All
Repositories list
1 repository
FactorialFinder
PublicThe Factorial of a positive integer, n, is defined as the product of the sequence n, n-1, n-2, ...1 and the factorial of zero, 0, is defined as being 1. Solve this using both loops and recursion.