Constructors
Design a class that will read Length and Width of a rectangle then calculate its Area and circumfernce using the following class daigram
Class Daigram
Class Rectangle
Attributes
private Len
private Width
Constructors
public Rectangle( )
public Rectangle(L, W)
Methods
public void getLength( )
public void setLength( )
public void getWidth( )
public float Area( )
public float Cercumference( )
public String toString( )
                    
Random StepsActionsProposed StepsPsedu Code





No of Errors:
Select any step from the first List Box and move it to the second List Box and make all its lines into correct steps of sequential order, using the Arrow Keys                                                                .