CJCoding With Joseph

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
๐Ÿ“ฅ Auto-Input:
3\n
This input is automatically fed to your program's stdin
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.