CJCoding With Joseph
15per day

Sign of a Number

Read one number. Use if-else statements to determine and print its sign: print 0 if it is zero, 1 if it is positive (greater than zero), and -1 if it is negative (less than zero).

Expected Output:

-1
Topics:
If Statements
๐Ÿ“ฅ Auto-Input:
-12.5\n
This input is automatically fed to your program's stdin
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (sysout, psvm, fori)

Your Output

Run your code to see the output here...

Test Cases

Run your code to see test case results.