CJCoding With Joseph
15per day

Square Class

Create a class Square with a constructor taking the side length and an Area() method returning side * side. Do NOT write a Main method.

For Square(6) the program prints 36.

Expected Output:

36
Topics:
Classes
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.