News

The program requests a number ( N ) and computes the Nth Fibonacci number. It employs recursion, where the function calls itself to determine the Fibonacci value.