Answer TRUE or FALSE.

Sometimes, using recursion enables you to give a natural, straightforward solution for a program that would otherwise be difficult to solve.

True
  • True
  • False

Think about, for example, the Tower of Hanoi problem or the Fibonacci series.