Question

Write a function to check whether given number is odd?

Login to Submit

Examples

Input: 3
Output: true

Input: 4
Output: false