Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Carpet Price Calculator The Westfield Carpet Company has asked you to write an application that calculates the price of carpeting. To calculate the price of

Carpet Price Calculator

The Westfield Carpet Company has asked you to write an application that calculates the price of carpeting. To calculate the price of carpet you multiply the area of the floor (width X length) by the price per square foot of carpet. For example, the area of a floor that is 12 feet long and 10 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 times 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

The application should have a form similar to the one below.

The carpet price is per square foot.

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

I have a project here but need help with some fix. please download and check it for me thanks

https://www.dropbox.com/s/idzej0xpodgeco6/Carpet%20Price%20Calculator.zip?dl=0

image text in transcribed

Carpet Price Calculator Carpet Data oom 51ze Color: Width: Style Length Price Area: Price of Carpet: Calculate Clear Exit

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Beginning Databases With PostgreSQL From Novice To Professional

Authors: Richard Stones, Neil Matthew

2nd Edition

1590594789, 978-1590594780

More Books

Students also viewed these Databases questions