Computer Science, asked by shaurya9191, 4 months ago

name a logical operator used in java​

Answers

Answered by bhavyasodhani895
1

Answer:

Unary Operators. ... Assignment Operator. Relational Operators.

Explanation:

Answered by garvithasija06062007
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