โ Back to Methods
Question 357
Triple a Number Method
Triple a Number Method
Write a methodtriple(int n)that returnsnmultiplied by 3. Call it with9and print the result: 27 UseSystem.out.println.
Expected Output:
27
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.