MCQOPTIONS
Saved Bookmarks
| 1. |
Choose the wrong Java code statement below. |
| A. | boolean a = false; |
| B. | boolean a = (5>6)||(4>3); |
| C. | boolean a = 1; |
| D. | boolean a = 4>3?true:false; |
| Answer» D. boolean a = 4>3?true:false; | |