Discuss following questions. What are some common problems with switch statements? When would you choose an IF statement
Posted: Fri Jul 08, 2022 6:39 am
questions. What are some common problems with switch statements? When would you choose an IF statement over a switch case statement? What can you say about if-else and switch statements? Can I put an if statement in a switch? What is more efficient switch or if-else? Which is faster if-else or switch?
Discuss following