โ Back to Classes
Question 216
Square Class
Square Class
Create a classSquarewith a constructor taking the side length and anArea()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.