In c++, is there a difference between x && y > z and x > y && x > z? I tried to check with a variable, and seems to be not dif
x && y > z
x > y && x > z