Printing Fibonacci series in Scala – Normal Recursion

Hey there!

Welcome to ClearUrDoubt.com.

In this post, we will look at a Scala program to print Fibonacci series using simple Recursion.

Fibonacci Series: Finding n’th element: f(n) = f(n-1) + f(n-2)

Output:

Happy learning.

Please leave a reply in case of any queries.

Leave a Reply

Your email address will not be published.