Course Content
C++ Introduction Video Course
What is one advantage of using a switch statement over multiple if-else statements?
Select the correct answer
Switch statements are always faster in execution
Switch statements allow for more complex conditional checks
Switch statements improve code clarity when there are multiple options
Switch statements require more lines of code
How can we improve it?
Thanks for your feedback!