Closed fharookshaik closed 4 years ago
Reverts fharookshaik/fibonacci_series#7
I'm reverting this issue as it does not prints / outputs the desired output.
Required Output : The program should ask how many fibonacci terms needs to be printed?
e.g., If the user ask to print 10 terms, the output should be
0 1 1 2 3 5 8 13 21 34
Reverts fharookshaik/fibonacci_series#7
I'm reverting this issue as it does not prints / outputs the desired output.
Required Output : The program should ask how many fibonacci terms needs to be printed?
e.g., If the user ask to print 10 terms, the output should be
0 1 1 2 3 5 8 13 21 34