What should be written in the blank in the following method declaration? public static ____ odd(int x) { return x % 2 == 0; }