181k views
3 votes
What is a boolean operator/8891654/aa7c67ae?utm_source=registration?

User Tikkaty
by
6.2k points

1 Answer

5 votes
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.
User Yspro
by
7.5k points