I was thinking he wants to check if any of them ARE zero.
OR'ing them together:
0 || 1 || 0 || 0 = 1 0 || 0 || 0 || 0 = 0
1 || 0 || 1 || 1 = 0 1 || 1 || 1 || 1 = 1
I was thinking he wants to check if any of them ARE zero.
OR'ing them together:
AND'ing them together: