You are here

Exercises

10 February, 2015 - 15:57

Exercise 17.3.1

Answer the following statements as either true or false:

  1. The conditional expression acts like a case structure.
  2. The conditional operator is a two part operator with three operands.
  3. Recursion is one method of implementing a repetitive algorithm.
  4. Recursion is always preferred over an iterative approach to a repetitive problem.
  5. Factorial is usually demonstrated with an iterative approach.