Q. Given the declarations~~~boolean b;~~~short x1 = 100, x2 = 200, x3 = 300; Which of the following statement is evaluated to true?
β
Correct Answer: (A)
b = x1 * 2 == x2;
You must be Logged in to update hint/solution