Write a function that checks whether given number is even?
Login to Submit
Input: 1 Output: false Input: 5 Output: false Input: 10 Output: true