what are operators?
Answers
Answered by
3
Answer:
Operators are the operands in java which perform special operation.
Their are three types of operators in java: Unary, Binary, Ternary.
Answered by
1
Answer:
In computer science, an operator is a character or characters that determine the action that is to be performed or considered. There are three types of operator that programmers use: arithmetic operators. relational operators. logical operators.
Similar questions