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

Define the assignment operators in c language, Define the Assignment Operat...

Define the Assignment Operators in c language? The assignment operators can be used to assign a value to the variable and is represented by equal to (=) sign. The Assignment ex

Change to palindrome, A palindrome is a string that reads the same from bot...

A palindrome is a string that reads the same from both the ends. Given a string S convert it to a palindrome by doing character replacement. Your task is to convert S to palindrome

Develop capturing printer output apps using raspberry, In POS system, cashi...

In POS system, cashier computer connect to printer using serial rs232 usb or cable. We need to capture data from that connection, and parsing the data to get total amount for every

Change to palindrome, A palindrome is a string that reads the same from bot...

A palindrome is a string that reads the same from both the ends. Given a string S convert it to a palindrome by doing character replacement. Your task is to convert S to palindrome

Introduction of c, Discuss the saleint featuresand application of c

Discuss the saleint featuresand application of c

C program for even & odd no in any matrices , C Program for EVEN & ODD NO I...

C Program for EVEN & ODD NO IN ANY MATRICES #include stdio.h> #include conio.h> void main() {           int a[100][100];           int i=0,j=0,r,c,even=0,odd=0;

Explain brief about class and objects, Question 1 Write a program that acc...

Question 1 Write a program that accepts a 3x3 matrix from the user and finds the transpose of it Question 2 Explain Brief about class and objects. Also describe friend functi

Can you overload a function depend only on whether parameter, Can you overl...

Can you overload a function depend only on whether a parameter is a value or a reference? A: No. Passing by value and reference looks identical to the caller.

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