โ Back to Methods
Question 254
Cube Method
Cube Method
Complete the static method cube so it returns its parameter raised to the third power (n times n times n).
For cube(3) the program prints 27.Expected Output:
27 8
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.