Factorial

Given an integer n, find and print the factorial of the given integer.

Constraints :

0 <= n <1000

Input Format : Integer n

Output Format : Print answer

Sample Input 1:
6
Sample Output 1:
720
Sample Input 2:
4
Sample Output 2:
24

Comments

Popular posts from this blog

How to pass parameters in webhook?

Access and modify all the resources of our Wiki.js using WikiJS API

Fahrenheit to Celsius