Skip to content

adminazhar/Factorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Factorial

You have been given a positive integer N. You need to find and print the Factorial of this number. The Factorial of a positive integer N refers to the product of all number in the range from 1 to N. You can read more about the factorial of a number here.

Input Format:

The first and only line of the input contains a single integer N denoting the number whose factorial you need to find.

Output Format

Output a single line denoting the factorial of the number N.

Constraints

1≤N≤10

About

Factorial of any number in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages