According to page 26 in this PDF tutorial from Tutorials Point, it says the result would be "true", but is actually giving "false".
It goes like this:
Assume variable A holds 10 and variable B holds 20, then:
1. && (Logical AND)
If both the operands are non-zero, then the condition becomes...