Question: Classes/Streams - Marketing software In this programming assignment, you'll identify the number of potential customers for a business. The starter program outputs the number of

 Classes/Streams - Marketing software In this programming assignment, you'll identify the
number of potential customers for a business. The starter program outputs the
number of potential customers in a user entered age range given a

Classes/Streams - Marketing software In this programming assignment, you'll identify the number of potential customers for a business. The starter program outputs the number of potential customers in a user entered age range given a fle with people's data. 1. Move the class Person to the separate files: person h and person.cpp. Make sure you can still compile with separate files 2. During file reading, the program isn't storing the gender or yearty income of the people. Instead, the defauit values are being printed. Fix the program to correctly set the data read frorm file. The regions of the code that need to be fixed are marked with FIXME Also set gender and yearly income* 3. Allow the user to select the potential customer's gender: "male, "female, or any The program should now output only potential customers with the user-specified gender and age Update the GetUserinput function to prompt the user and store the user's gender selection. Also, create a function GetPeopleWithSpecific Gender that returns only people with the user-specified gender Debugging suggestion: Use a function to print main's vector of Persons so that you can see who is in the vector after each function call. This technique may help debug the newly created function GetPeopleWithSpecific Gender 4. In addition to age and gender, allow the user to select the lower and upper range of a customer's yearly income. Update the GetUserinput function to prompt the user and store the users specified range Also, create a function GetPeoplelnincomeRange that returns only people with the user-specified e to search yearty income. The main should now look like the following code: int main(int argc, char* argvt) t vector

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!