Question

Write a function that checks whether given number is even?

Login to Submit

Examples

Input: 1
Output: false

Input: 5
Output: false

Input: 10
Output: true