Rmanamr / CMD-factorial-recursive-Java

Java CMD program for printing the factorial of the input number with a recursive method.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CMD-factorial-recursive-Java V 1.0 License: MIT

Java CMD program for printing the factorial of the input number with a recursive function.
using Java version 1.8.0

Run the program using :
"javac CMD_Factorial_Recursive.java"
then
"java CMD_Factorial_Recursive"
in Windows CMD
while CMD is in the CMD-factorial-recursive-Java directory

You can see the program document using :
"javadoc CMD_Factorial_Recursive.java"
while CMD is in the CMD-factorial-recursive-Java directory

Feel free to contact me at:
@ armanazarnik@gmail.com

About

Java CMD program for printing the factorial of the input number with a recursive method.

License:MIT License


Languages

Language:Java 100.0%