...

/

Exercise: The Factorial of a Number

Exercise: The Factorial of a Number

Let's calculate the factorial of an integer.

Problem Statement

For an integer, n, the factorial is its product with all the positive integers before it. The factorial is denoted by the ! ...