โ Back to Methods
Question 252
Max Method
Max Method
Complete the static method max so it returns the larger of its two parameters. If they are equal, returning either is fine.
For max(3, 9) the program prints 9.Expected Output:
9 12
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.