The Westfield Carpet Company has asked you to write an application that calculates the price of carpeting. To calculate the price of a carpeting, you multiply the area of the floor (width x length) by the price per square foot of carpet. For example the area of floor that is 12 feet long and 10 feet long feet wide is 120 feet. To cover that floor with carpet that costs $8 per square foot would cost $960.

You should create a class named Rectangle with the following properties:

  • Width: A single
  • Length: A single
  • Area: A single

The area property should be read-only. Provide a method named CalcArea that calculates width x length and stores the result in the Area property. Next create a class named Carpet with the following properties.

  • Color: A string
  • Style: A string
  • Price: A decimal

When the Calculate button is clicked, the application should copy the data in the text boxes into the appropriate object properties, and then display the area and price.

Academic Honesty!
It is not our intention to break the school's academic policy. Posted solutions are meant to be used as a reference and should not be submitted as is. We are not held liable for any misuse of the solutions. Please see the frequently asked questions page for further questions and inquiries.
Kindly complete the form. Please provide a valid email address and we will get back to you within 24 hours. Payment is through PayPal, Buy me a Coffee or Cryptocurrency. We are a nonprofit organization however we need funds to keep this organization operating and to be able to complete our research and development projects.