Question: Write a program in java Eclipse: Assume that you are hired to code a real application that helps the agents manage real-estate transactions. As a
Write a program in java Eclipse:
Assume that you are hired to code a real application that helps the agents manage real-estate transactions. As a small part of that application code, write a class called houses. Each house must have a style (bungalow, ranch, colonial, split, capecod), square footage size of living area like 2000 sq. ft., price per sq. ft. (like $100 per sq. ft. The price of the house will be 2000*100=200000), and sales tax ( Sales tax differ from town to town. if the sales tax rate is 8%, the sales tax is 200000*0.08=16000). Include set, get, and toString methods. Also include a method that will return the total cost of the house for a purchase (for the numbers used in this problem, the total cost for purchase will be 200000+16000=$216000). Include a driver with at least five houses of different styles. All the data must be read from a text file and objects are created.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
