Question: For branches in which there are many mutually exclusive options, use a single if construct with multiple elseif clauses in preference to nested if constructs.
For branches in which there are many mutually exclusive options, use a single if construct with multiple elseif clauses in preference to nested if constructs.
Use switch structures to select mutually exclusive options based on a single input expression.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
