Skip to content

Commit 4a70474

Browse files
authored
Update README.md
1 parent 16466ab commit 4a70474

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

README.md

+15-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
1-
# Fibonacci-recursive-java
2-
Print Fibonacci series from 0 to input(numberOfSeries) with recursive function
1+
# CMD-Fibonacci-recursive-Java V 1.0 [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
2+
Java CMD progtam for printing Fibonacci series from 0 to input value(number_Of_Series) with a recursive function.
3+
using Java version 1.8.0
34

4-
5-
Feel free to contact me at:
5+
Run the program typing :
6+
"javac CMD_Fibonacci_Recursive.java"
7+
then
8+
"java CMD_Fibonacci_Recursive"
9+
in Windows CMD
10+
while CMD is in the CMD-Fibonacci-recursive.java directory
11+
12+
You can see the program document using :
13+
"javadoc CMD_Fibonacci_Recursive.java"
14+
while CMD is in the CMD-Fibonacci-recursive.java directory
15+
16+
Feel free to contact me at:
617

0 commit comments

Comments
 (0)