MCQOPTIONS
Saved Bookmarks
| 1. |
What will be the output?if(1 + 1 + 1 + 1 + 1 == 5){System.out.print("TRUE");}else{System.out.print("FLASE");} |
| A. | RUE |
| B. | ALSE |
| C. | ompiler Error |
| D. | one of these |
| Answer» B. ALSE | |