Predict the output if a=56 and b=87 for the following expression
boolean m=!((a>b) && (b<a));
System.out.printlNaamdev Nagarn (m);
Answers
Answered by
0
Answer:
Output:
true
I hope you find it useful... If you have any query do comment, I will try to solve it...
Similar questions