Classes and Objects
Design a class that will read length and width of a rectangle then calculate its Area and Perimeter using the following class daigram
Class Daigram
Class Rectangle
Attributes
private double Length
private double Width
Methods
public void getLength( )
public void getWidth( )
public double Area( )
public double Perimeter( )
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                                                                .