0 votes
by (200 points)
What are the 6 Boolean operators?

1 Answer

0 votes
by (320 points)
 There are six logical, or boolean, operators. They are AND, conditional AND, OR, conditional OR, exclusive OR, and NOT.  Each argument to a logical operator must be a boolean data type, and the result is always a boolean data type.

Related questions

0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
asked Dec 16, 2020 by green (300 points)
0 votes
1 answer
asked May 2, 2021 by bool (120 points)
0 votes
1 answer
0 votes
1 answer
0 votes
0 answers
asked Jul 4, 2021 by 26l (120 points)
0 votes
1 answer
...