Question: In what circumstances would a programmer use if-then-else instead of if-then ? What is the advantage of using the switch statement over a series of
In what circumstances would a programmer use if-then-else instead of if-then? What is the advantage of using the switch statement over a series of if-then-else statements? Why does my code not recognize the "if/else" lines and fall through to the "then" code line?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
