Computer Science
Distinguish between Increment and Decrement operator
Java Operators
14 Likes
Answer
Increment operator | Decrement operator |
---|---|
It increases the value of its operand by 1. | It decreases the value of its operand by 1. |
It represented as ++ | It is represented as -- |
Answered By
5 Likes