Write a function to check whether given number is odd? function solve( a ){ //write your code here } Login to Submit
Input: 3 Output: true Input: 4 Output: false