Respuesta :

tonb
A boolean operator is an operation on one or more boolean values to produce another boolean value. E.g., the AND operator produces true if both its operands are true. (true AND true = true). Other operators include OR, NOT, XOR, etc.