Can someone explain how the expression
(((True || False) && True) || False)
Can evaluate as true ??
I get how Bool work and comparing number, char or string…
But as this standalone expression, I am completely lost as to how this resolves ?
(Logically, without using the compiler)
Thanks !!