What can be used in the if condition part is
a == b; a <(=) b; a (=)> b; a != b;
Or use it together with these
&&, ||, !
is. Therefore, writing ```if (1 <a <3) `` `etc. will not work.
Recommended Posts