Computer Applications

Distinguish between the following:

Increment and Decrement Operator

Java Operators

10 Likes

Answer

Increment OperatorDecrement Operator
Increment operators increment the value of their operand by 1.Decrement operators decrement the value of their operand by 1.
Increment operators are represented by ++ symbol.Decrement operators are represented by -- symbol.

Answered By

6 Likes


Related Questions