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