- Selenium
- JMeter
- DevOps
- VERSION CTRL
- ONLINE TEST
- Selenium MCQ-1
- Selenium MCQ-2
- Selenium MCQ-3
- Mock ISTQB
- Mock CSM
- Cucumber MCQ-1
- MCQ on Selenium Exception
- Agile practice Test
- Manual Testing MCQ
- Selenium Automation MCQ-4
- Cypress MCQ -1
- Cypress MCQ -2
- Cypress MCQ -3
- Java MCQ -1
- Java MCQ -2
- Java MCQ -3
- Java MCQ -4
- Java MCQ -5
- Java MCQ -6
- Data structure MCQ -1
- Data structure MCQ -2
- Java MCQ Test -7
- Java MCQ Test -8
- S/W PROJECT MANAGEMENT
- PROTRACTOR
- Java -Tutorials
- MORE
Factorial calculator
The Factorial of a number is the multiplication of all the numbers smaller than and equal to that number.
for e.g. factorial of 5 is
!5 = 5 x 4 x 3 x 2 x 1
= 120
Also, the factorial of 0 is 1
i.e. !0 = 1
And, Factorial of 1 is also 1.
i.e. !1 = 1
This calculator takes input only up to 2 digits due to memory constraints.
Factorial Calculator
Enter the Number: |