Computer Science
Distinguish between Unary arithmetic operator and Binary arithmetic operator
Java Operators
43 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
28 Likes