โ Back to Classes
Question 131
Rectangle Area
Rectangle Area
Create a class Rectangle with private int width and height. Add a constructor to set both fields and an area() method that returns width * height. Return the value from area() (no printing). Do NOT write a main method.
Expected Output:
12
Topics:
Classes
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.