• + 0 comments
    if (N % 2 == 1 || (N >= 6 && N <= 20))
        System.out.println("Weird");
    else
        System.out.println("Not Weird");