ANDoperatori
ANDoperatori, or the AND operator, is a binary operator used to combine two boolean expressions. The result is true if and only if both operands evaluate to true. It is also known as conjunction and is commonly denoted by the symbol ∧ in formal logic and by logical operators such as && in many programming languages.
In Boolean algebra and digital logic, the AND operator corresponds to the AND gate. The truth table
In computing, there are two main variants: logical AND and bitwise AND. Logical AND uses boolean operands
Scope and precedence: The AND operator typically binds more tightly than OR, but exact precedence and associativity