Question: Design a class to represent a rectangle with a user - specified non - negative width and length. You should include methods to determine the
Design a class to represent a rectangle with a userspecified nonnegative width and length. You should include methods to determine the area and perimeter of the rectangle, and one which will determine whether or not your rectangle is a square. Also include a method to determine how many squares have ever existed in your program so for example, if I create a rectangle with a width and length of then change the width to then change the length to you should indicate that two total squares have existed over the life of the program even though only one rectangle was created
Write a main method that creates and changes several rectangle objects to show that your class works correctly
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
