Write a function to check whether given number is negative?
Login to Submit
Input: 1 Output: false Input: -5 Output: true Input: 10 Output: false