Make a LandTract class that has two fields: one for the tracts length and one for the

Question:

Make a LandTract class that has two fields: one for the tract’s length and one for the width. The class should have a method that returns the tract’s area, as well as an equals method and a toString method. Demonstrate the class in a program that asks the user to enter the dimensions for two tracts of land. The program should display the area of each tract of land and indicate whether the tracts are of equal size.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: