54 Likes
unary operators operate on a single operand whereas binary operators operate on two operands.
Answered By
36 Likes
Write a Java program to obtain principal amount, rate of interest and time from user and compute simple interest.
Identify the operator that gets the highest precedence while evaluating the given expression:
a + b % c * d - e