MCQOPTIONS
Saved Bookmarks
| 1. |
What will be the output of the program? class Test { public static void main(String [] args) { int x=20; String sup = (x < 15> |
| A. | small |
| B. | tiny |
| C. | huge |
| D. | Compilation fails |
| Answer» C. huge | |