WRITE A FUNCTION DEFINITION FOR A FUNCTION CALLED EVEN THAT TAKES...

13. Write a function definition for a function called even that takes one argument of type intand returns a bool value. The function returns true if its one argument is an even num-ber; otherwise, it returns false.