fharookshaik / fibonacci-series

This repository is to write program the famous Fibonacci series in as many different programming languages as we can.
MIT License
20 stars 101 forks source link

Updated C++ Recursive file #102

Open TanishqRinjay opened 1 year ago

TanishqRinjay commented 1 year ago

-Previously it finds the nth Fibonacci no. instead of printing it. I added a "for" loop for printing it. Also added image as proof of before and after. Before After

-Added my name in contribution list.