54 Likes
unary operators operate on a single operand whereas binary operators operate on two operands.
Answered By
36 Likes
Rewrite the following program segment using logical operators:
if(x > 5) if(x > y) System.out.println(x + y);
if (a>b&&b>c) then largest number is:
Identify the operator that gets the highest precedence while evaluating the given expression:
a + b % c * d - e