News

Base Cases: If n == 1, print only the first term (0). If n == 2, print the first two terms (0, 1). Print the next term and update t1 and t2 for the next iteration. Output: Print the Fibonacci series ...