Discuss following questions. What are some common problems with switch statements? When would you choose an IF statement
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Discuss following questions. What are some common problems with switch statements? When would you choose an IF statement
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