For example, how would one make sense of (true && false || (53 < 24));? I\'m aware that it evaluated to false I\'m just curious as to how I would figure
(true && false || (53 < 24));