Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

A realtor friend of mine could use a program that would allow her to keep track of real estate property listings. Here are the main

A realtor friend of mine could use a program that would allow her to keep track of real estate property listings. Here are the main features of the program; The realtor uses this feature to add a new property listing to the program. For each property, the program should ask for the property number (a number between 1-20000), the asking price of the property (currency) and the number of bedrooms (a number). Your program should not accept a property whose price is less than $50,000 and greater than 10,000,000. Also each property must have at least 1 bedroom (no max limit). If the property does not conform to these rules, you may display an error message and cancel out of the feature (to the main screen).We often go into price reduction if the property is not sold for a certain period of time (a year or so). So, we need a feature where the realtor can enter a reduction price. The program should ask for the property ID and the amount of reduction. Find the home with the provided property ID and reduce its price by reduction amount so you need to subtract the reduction from current price of the property. During meetings with potential buyers, the realtor often feels the need to search the inventory based on the budget and the need of the buyer. We need this feature so that realtor can input the maximum price the buyer is willing to pay and the minimum number of bedrooms desired. The program should scan the inventory for all properties with price tag less than or equal to the amount buyer wants to pay and the number of bedrooms greater than or equal to the number of bedrooms needed by the buyer. The results should be displayed on screen (one property ID and reduce its price by reduction amount so you need to subtract the reduction from current price of the property. During meetings with potential buyers, the realtor often feels the need to search the inventory based on the budget and the need of the buyer. We need this feature so that realtor can input the maximum price the buyer is willing to pay and the minimum number of bedrooms desired. The program should scan the inventory for all properties with price tag less than or equal to the amount buyer wants to pay and the number of bedrooms greater than or equal to the number of bedrooms needed by the buyer. The results should be displayed on screen (one property per line).Displays all the properties in the program along with their price tags and number of bedrooms. This report, at the end, should also display average home price. Make sure that your program is presentable, user friendly .Make sure that the information is saved to/from a data file.

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

Design Operation And Evaluation Of Mobile Communications

Authors: Gavriel Salvendy ,June Wei

1st Edition

3030770249, 978-3030770242

More Books

Students also viewed these Programming questions

Question

Describe Yaloms therapeutic factors for group psychotherapy.

Answered: 1 week ago