โ Back to Loops
Question 114
Loop: Factorial of a Number
Loop: Factorial of a Number
Compute the factorial ofn(the product of every integer from 1 up ton) using a loop, and print the result. Forn = 5the factorial is1*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.