โ Back to Methods
Question 371
Sign Method
Sign Method
Write the static methodSignso it returns1when its parameter is positive,-1when it is negative, and0when it is zero. The tester calls it and prints the result. Do NOT write aMainmethod. ForSign(42)the program prints exactly: 1
Expected Output:
1
Topics:
Methods
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (cw, cr, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.