Computer Science, asked by mohsinalisarfraz3, 4 months ago

what are operators?​

Answers

Answered by heyParam
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 karthika6094
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