Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Write a program to store a list of customers’social security numbers (SSN) and p

ID: 3608827 • Letter: W

Question

Write a program to store a list of customers’social security numbers (SSN) and phone numbers. Since thecustomers live in Houston area, their phone area code should beeither 281 or 713. Please keep in mind that a proper SSN should bea nine-digit number.

The user should be able to
    • add new customer information
            o Your program should check if this is an existing customer usingSSN:
                       If yes : Your program should warn the user and do not add the newrecord.
                       If no : Your program should add the new customer.
    • delete customer information
            o Your program should check if this is an existing customer usingSSN:
                       If no : Your program should warn the user.
                       If yes : Your program should delete the record.
    • list customer information
                Social SecurityNumber               Phone Number
                ----------------------               ------------
                12345678                             281 1234567
                45675678                             713 3454567
        update customerinformation (i.e., phone number not SSN)
    •
    Tips:
    1. For each part of the assignment, please tryto follow object oriented programming practices
        explained in thelectures.
    2. First, please determine which classes youshould define for this problem.
    3. Determine which functions you shoulddefine.
    4. Design your classes. Explain why you definedthose classes.
    5. Please try to make your code easy to read andunderstand. Please insert comments to explain
        your code.
    6. Define get/set functions and requiredconstructors.
    7. Use vector class object to create yourdatabase. Your vector object should be member data, as in thephonebook example.

Explanation / Answer

x.x

Hire Me For All Your Tutoring Needs
Integrity-first tutoring: clear explanations, guidance, and feedback.
Drop an Email at
drjack9650@gmail.com
Chat Now And Get Quote