C for Java Programmers
Boolean Operators with Integer types
1 && 0 == 0 1 && -3 == 1 7 || 25 == 1 !34 == 0