Question: Which statement can take a single expression as input and then look through a number of choices until one that matches that value is found?

  1. else
  2. when
  3. if
  4. switch

Answer: The correct answer of the above question is Option D:switch