MCQOPTIONS
Saved Bookmarks
| 1. |
Whenever the "&&" operator is used, such as in: exp1 && exp2 where exp1 and exp2 are boolean expressions, both the boolean expressions are not always evaluated. |
| A. | True |
| B. | False |
| Answer» B. False | |