C#
Fields:
+ HousePrice
+TradeInAmount
+Taxes
Create events
+ HousePriceChanged : EventHandler. Occurs when the price of thehouse being quoted on changes. Method: Raises the HousePriceChangedevent
+TradeInAmountChanged : EventHandler. Occurs when the price ofthe TradeInAmount being quoted on changes. Method: Raises theTradeInAmountChanged event
+TaxesChanged: EventHandler. Occurs when the sale taxes changes.Method: Raises the TaxesChanged event
Main program:
Construct instances of each type modified
Expert Answer
An answer will be send to you shortly. . . . .