![JAR search and dependency download from the Maven repository](/logo.png)
patterns_examples.case6.Ifcc_t Maven / Gradle / Ivy
public class Ifcc{
public static void main(String[] args){
int a = 0;
int b = 0;
if (a - b == 0 || a + b == 0 && a * b + 1 != 0){
System.out.println(a);
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy