M

Mr. Dubey • 100.69K Points
Coach

Q. Given the declarations~~~boolean b;~~~short x1 = 100, x2 = 200, x3 = 300; Which of the following statement is evaluated to true?

  • (A) b = x1 * 2 == x2;
  • (B) b = x1 + x2 != 3 * x1;
  • (C) b = (x3 - 2*x2<0) && ((x3 = 400)<2**x2);
  • (D) b = (x3 - 2*x2>0) || ((x3 = 400) 2*x2);
  • Correct Answer - Option(A)
  • Views: 99
  • Filed under category JAVA

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.


Question analytics