[Solved] is there an equivalent if statement in java as this python one?
[ad_1] I quess if( x > y || 10 < 12) { System.out.println(“one of these is true”); } should do the thing. [ad_2] solved is there an equivalent if statement in java as this python one?