Even or Odd 🟢#

Write a function that returns

  • True if the number is Even

  • False if the number is Odd.

Tip

You can use the % (modulus) operator to find the division remainder.

Content#