Problems

Recursion Experiment (Computer Programming Lab)

Objectives

Problem Statements

  1. Find the sum of first n natural numbers using recursion.
  2. Find the power of a number using recursion.
  3. Find the factorial of a number using recursion.
  4. Find the nth Fibonacci number using recursion.