

MCQOPTIONS
Saved Bookmarks
1. |
What will be the output of the program? public class WrapTest if (x == y) /* Line 13 */ System.out.println("result = " + result);
|
A. | result = 1 |
B. | result = 10 |
C. | result = 11 |
D. | result = 11010 |
Answer» C. result = 11 | |