โ Back to If Statements
Question 146
Sign of a Number
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
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.