Computer Science, asked by mghh5095, 1 month ago

Distinguish between I unary and binary and ternary operator give example for each in Java

Answers

Answered by twinklelodaya
0

Answer:

An operator is called a unary, binary, or ternary operator based on the number of operands. If an operator takes one operand, it called a unary operator; if it takes two operands, it called a binary operator; if it takes three operands, it called a ternary operator.

Similar questions