• + 0 comments

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