Computer Science
Distinguish between Increment and Decrement operator
Java Operators
15 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
6 Likes