Which of the following are

Boolean operators?
if, and, but
either, and, not
if, and, or
and, or, not

1 answer

The Boolean operators among the options you provided are:

and, or, not

These are the primary Boolean operators used in logic and programming to combine or exclude conditions.