Question

Write a function to check whether given number is negative?

Login to Submit

Examples

Input: 1
Output: false

Input: -5
Output: true

Input: 10
Output: false