Graeme Hackston
08-13-2002, 05:45 AM
How would I write multiple logical negations?
This is an (incorrect) example of what I'm trying to do:
if (!a || !b || !c) {
This is an (incorrect) example of what I'm trying to do:
if (!a || !b || !c) {
View Full Version : Multiple logical negations