a) switch statement is more efficient than a set of nested ifs
b) two case constants in the same switch can have identical values
c) switch statement can only test for equality, whereas if statement can evaluate any type of boolean expression
d) it is possible to create a nested switch statements
Which of this statement is incorrect?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Which of this statement is incorrect?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!