This lesson brings you a challenge to solve.
Problem statement
Write a function that returns the factorial (!) of any n
number.
The factorial of a number is defined as:
...
This lesson brings you a challenge to solve.
Write a function that returns the factorial (!) of any n
number.
The factorial of a number is defined as:
...