CJCoding With Joseph

Loop: Factorial of a Number

Compute the factorial of n (the product of every integer from 1 up to n) using a loop, and print the result. For n = 5 the factorial is 1*2*3*4*5.

Expected output:

120

Expected Output:

120
Topics:
Loops
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (clog, fn, fori)

Your Output

Run your code to see the output here...

Test Cases

Run your code to see test case results.