Skip to content
C

Sign of a Number

Easyjava

Read an integer and print positive, negative or zero based on relational comparisons with 0.

Input: one integer.

Output: one line — positive, negative or zero.

Input (stdin)

Output

Run your code to see output here...