Question: When would you use a conditional statement?

  1. When you want to reuse a set of statements multiple times.
  2. When you want your code to choose between multiple options.
  3. When you want to group data together.
  4. When you want to loop through a group of statement.

Answer: The correct answer of the above question is Option B:When you want your code to choose between multiple options.