Question: Create a class named Rectangle with two data members length and width and two methods to print the area and perimeter of the rectangle respectively.
Create a class named Rectangle with two data members length and width and two methods to print the area and perimeter of the rectangle respectively. The constructor of a class Rectangle shall consist of parameters for length and width used to initialize length and width of the rectangle.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
