Write a function that returns
True if the number is Even
True
False if the number is Odd.
False
Tip
You can use the % (modulus) operator to find the division remainder.
%
Modulus operator
If statements & Conditionals
Functions