Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 171 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 171 Bytes

GetFactorialUsingRecursion

Get the factorial of a number using recursion. Using long you will be able to get the factorial of n >= 1 <= 20.