1.Expressive Puzzlers // Odd public static boolean isOdd(int i) {           return i % 2 != 0;       }    public static boolean&n ...