Hi there, thanks for the book - really enjoying it so far!
I have a question on the Chapter 11 Exercise 1 regarding the logical operators.
The label for the bottom checkbox is:
! ( (A && B) || (A||B) )
Which I'm reading as 'NOT when Both are checked OR when A OR B is checked'. Basically not checked if anything else is.
This is what my code's doing, but in the book there's a statement which says "the checkbox is checked at the same time as one of the others - which one and does it make sense"
Well it doesn't make sense to me because my checkbox doesn't follow the behaviour of any of the other checkboxes, also the illustration in the book shows it as checked when A is checked, but I don't see how that's true...
Can anyone shed any light?
Cheers,
Mark