โ Back to Methods
Question 354
Negate a Number Method
Negate a Number Method
Write a methodnegate(int n)that returns the negative ofn. Call it with7and print the result: -7 UseSystem.out.println.
Expected Output:
-7
Topics:
Methods
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.