sexiest binary logic operator?
&& (AND)
|| (OR)
! (NOT)
NAND
NOR
XOR
== (EQUAL TO)
!= (NOT EQUAL TO)
> (GREATER THAN)
< (LESS THAN)
>= (GREATER THAN OR EQUAL TO)
<= (LESS THAN OR EQUAL TO)
I studied four years of computer science and software development, and this has been the most relevant thing I've used my degree for since graduating.
















