Question: What program flow function evaluates a condition and either returns a truepart or a falsepart?

  1. `Switch()`
  2. `IsError()`
  3. `IIf()`
  4. `Choose()`

Answer: The correct answer of the above question is Option C:`IIf()`