โ Back to Methods
Question 133
Max Method
Max Method
Complete the static method Max so it returns the larger of its two parameters. Do NOT write a Main method.
For Max(3, 9) the program prints 9.Expected Output:
9
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.