KnowledgeBoat Logo

Computer Applications

What are logical operators? Give an example of each.

Java Operators

59 Likes

Answer

Logical operators operate only on boolean operands and are used to construct complex decision-making expressions. Some of the logical operators are given below:

OperatorSymbol
Logical AND&&
Logical OR||
Logical NOT!

Answered By

36 Likes


Related Questions