All Downloads are FREE. Search and download functionalities are using the official Maven repository.

patterns_examples.case6.Ifcc_s Maven / Gradle / Ivy

public class Ifcc{
    public static void main(String[] args){
        int a = 0;
        int b = 0;
        if (a + b == 0){
            System.out.println(a);
        }
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy