- How to implement Fibonacci series using loop and recursion
- IntelliJ with Java 11
- If you're running the code from your terminal, make sure you have Java 11 installed on your machine (not just in IntelliJ)
- Clone this repo and open it in IntelliJ.
- Run the main method. If that runs successfully, you are ready to go!