CJCoding With Joseph

Square Method

Complete the static method Square so it returns its parameter multiplied by itself. The tester calls it and prints the result. Do NOT write a Main method.

For Square(5) the program prints 25.

Expected Output:

25
Topics:
Methods
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (cw, cr, fori)

Your Output

Run your code to see the output here...

Test Cases

Run your code to see test case results.