Java Language Please
Use the following method heading:
Question3 public static boolean odd(boolean a, boolean b, boolean c)
Returns true if an odd number of the argument values are true and false otherwise.
Write a method odd that takes three boolean arguments.