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

MySQL Multi Source Master Slave Replication using GTID

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

How to pass parameters in webhook?