• + 0 comments

    if(N<=5 && N%2==0 ||(N>20 && N%2==0)){ System.out.println("Not Weird"); } else{ System.out.println("Weird"); }