Boolean operators
The Boolean operators are:
-
and
(corresponding to&&
) -
or
(corresponding to||
) -
not
They can be used to combine Boolean data types.
The Boolean operators are:
and
(corresponding to &&
)
or
(corresponding to ||
)
not
They can be used to combine Boolean data types.