55 Likes
unary operators operate on a single operand whereas binary operators operate on two operands.
Answered By
37 Likes
Write a Java program to obtain principal amount, rate of interest and time from user and compute simple interest.
Evaluate the expression when x is 4:
x += x++ * ++x % 2;