Project 30: Factorial

Factorials: N! which is pronounced "n factorial" is defined to be the product of all the positive integers from 1 to n.

Example 1: 5! = 1*2*3*4*5 = 120

Example 2: 3! = 1*2*3 = 6

Project 30: The variable 'n' has been initialized.

Task: Appropriately initialize the variable 'nFactorial' that represents the value for n!

**If your code works for 5 test cases in a row, you can enter your e-mail address.