Computer Science
Distinguish between Unary and Binary arithmetic operator
Java Operators
38 Likes
Answer
Unary Arithmetic Operator | Binary Arithmetic Operator |
---|---|
It operates on a single operand | It operates on two operands |
Increment (++) and Decrement (--) operators are examples of Unary Arithmetic Operators | Multiplication (*) and Division (/) are examples of Binary Arithmetic Operators |
Answered By
25 Likes