Symbols/methods/funtions for NOR, NAND, or XNOR?

803 Views Asked by At

Are there any coding languages (preferably java) that has symbols for NOR (not or), NAND (not and), or XNOR (not exclusive or)?

If not, are there prewritten methods in java or funtions in other languages for such oppertunities?

This question is because a lot of my conditional statements are getting quite hard to read and I want to make it cleaner. I already am aware of the not, and, or and xor symbol.

0

There are 0 best solutions below