Search property from catalogue , C/C++ Programming

Assignment Help:

Implement the search property from catalogue menu option.  After selecting this option the user should be asked to specify the property using the following sub-menu:

1. Specify address

2. Specify real estate agent first name

3. Specify real estate agent last name

After choosing one of the above sub-menu options, the user should be asked to type in a string to be used for finding the property.  Note the string has to completely match the relevant property attribute.  Partial match is not considered a match.  

In the following example the user strings does not match the corresponding properties:

User types in for property address: 32 Bugden Ave, Forest Hill, VIC 3108

Actual property address:  32BugdenAve,ForestHill,VIC3108

User types in for real estate agent first name: peters

Actual real estate agent first name for property:  peter

User types in for real estate agent surname: peter

Actual real estate agent surname for property:  peterson

The search should be case insensitive.  Therefore the following does match:

User types in for real estate agent first name: peter

Actual real estate agent first name for property:  peTer

User types in for property address: 32 bugden ave, forest hill, vic 3108

Actual property address: 32 Bugden Ave, Forest Hill, VIC 3108

The matching properties found should be displayed onto the screen in the same format as task 4.  If more than one matching properties is found then all matching properties should be displayed.


Related Discussions:- Search property from catalogue

Simplify the logical phrase with C++, hi i want wite a C++ program that get...

hi i want wite a C++ program that get one logical phrase (included {x,y,z,w,1,0}) and simplify it! but i ''m confused! thanxs for anubody help me...

.luminous jewels, Byteland county is very famous for luminous jewels. Lumin...

Byteland county is very famous for luminous jewels. Luminous jewels are used in making beautiful necklaces. A necklace consists of various luminous jewels of particular colour. Nec

Require flowchart, I require a flowchart for push , & pop operation on stac...

I require a flowchart for push , & pop operation on stack using array

Explain the break statement, The break statement The break statement, w...

The break statement The break statement, which was already covered in the switch.. case, can also be used in the loops. When a loop statement is encountered in the loops the co

When i develop a destructor, When I develop a destructor, do I require to e...

When I develop a destructor, do I require to explicitly call the destructors for my member objects?

Statistical and Numerical methods using C++–, An experiment succeeds twice ...

An experiment succeeds twice as often as it fails. Find the chance that in the next six trials there will be at least four successes.

FILES, My file pointer is going to the location which i specified and writi...

My file pointer is going to the location which i specified and writing the value but it is in next line so,please help me iam developing in visual studio6

Computes the amount of postage count even or odd, (a) Write a procedure (co...

(a) Write a procedure (count-even n) that counts the number of even digits in the decimal representation of the number n. For example, (count-even 234) should return 2. (b) Writ

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd