name a logical operator used in java
Answers
Answered by
1
Answer:
Unary Operators. ... Assignment Operator. Relational Operators.
Explanation:
Answered by
0
Answer:
Java operator are used to perform operation on variable and value.
in the example below we use the operator to add together two value:
althought the operator is often use to add together to values or variable and another variable
Java divided the operator into the following group:
•arithmetic operator
•assignment operator
•logical operator
•bitwise operator
•comparison operator
Similar questions