Solution Review: Compute Factorial of a Number
This lesson discusses the solution to the challenge given in the previous lesson.
We'll cover the following...
We'll cover the following...
In main, we are calling function Factorial for numbers between 0 and 21 inclusively using for loop at line 7, and printing the result ...