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:
Sample Output 1:
Sample Input 2:
Sample Output 2:
24
Input Format : Integer n
Output Format : Print answer
6
720
4
24
Comments
Post a Comment
Please give us your valuable feedback