โ Back to Functions/Methods
Question 100
Function: Cube a Number
Function: Cube a Number
Complete the function cube so it returns its argument raised to the third power. The main function reads an integer and prints the cube. Example: input 3 prints 27.
Expected Output:
27
Topics:
Functions/Methods
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (p, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.