CJCoding With Joseph

Square Method

Complete the static method square so it returns its parameter multiplied by itself. The provided Main calls it and prints the result.

For square(5) the program prints 25.

Expected Output:

25
81
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.