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

patterns_examples.case6.Ifcc_false_t1 Maven / Gradle / Ivy

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy