MCQOPTIONS
Saved Bookmarks
| 1. |
Consider the following statementsswitch(expression){ statements}In the above switch syntax, the expression is compared with the case labels using which of the following operator(s)? |
| A. | === |
| B. | equal |
| C. | equals |
| D. | == |
| E. | None of these |
| Answer» B. equal | |