

MCQOPTIONS
Saved Bookmarks
1. |
The [removed]y >= z && a == b) is evaluated by first evaluating the expression y >= z, and then evaluating a == b. |
A. | True |
B. | False |
Answer» C. | |