Question: Create an Eclipse Project Create a Package and call it Labl Add a class to the package and call it Rectangle Add private integer variables

Create an Eclipse Project Create a Package and call it Labl Add a class to the package and call it Rectangle Add private integer variables length and width Add a default constructor that sets the values for length and width to 1 Add a constructor that takes two integer parameters, and set length and width to the parameter values Add two get methods to get the values of length and width t the values of length and width. Add a method that calculates and etus the area of the rectangle. Follow up: Print the result out tentmes Add a method that calculates and returns whether the rectangle is a square
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
