even worse, the first if statement randomly has brackets while none of the others do
if
return (x >= y); also works
return (x >= y);
even worse, the first
if
statement randomly has brackets while none of the others do