1
Answer

Switch vs if, elseif, else

Marc

Marc

10y
646
1
I've read that you should only typically use switch statements if your logic is simplistic and if, elseif, else when dealing with more complex logic.  Would you agree or disagree? 
Answers (1)