Question

Write a function to check whether a number is divisible by 2 without using %, /, or & ?

Login to Submit

Examples

Input: 8
Output: true

Input: 8
Output: true

Input: 0
Output: true