3.Write a function called isEven that takes a number as a parameter and returns true if the number is even and false if it is odd. 4.Write a function called isOdd that takes a number and returns true ...