I wanted to compute 80th term of the Fibonacci series. I wrote the rampant recursive function, int fib(int n){ return …