C++20 sections · 1024 units
Open in Course

Quiz: Multi-way branching

Multi-way branching

Check Your Understanding

When is switch better than multiple if-else?

  1. A.When comparing one variable against many exact values
  2. B.When checking ranges
  3. C.When using strings
  4. D.Switch is never better
Start the roadmap to answer the quizzes and solve the challenges