Tagged Questions
20
votes
21answers
2k views
Elegantly determine if more than one boolean is “true”
I have a set of five boolean values. If more than one of these are true I want to excecute a particular function. What is the most elegant way you can think of that would allow me to check this ...