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