Question: Problem 3 - HolidayShopping.cpp (14 points) Write a program that has a gift structure in it. The structure should capture the person receiving the gift,


Problem 3 - HolidayShopping.cpp (14 points) Write a program that has a gift structure in it. The structure should capture the person receiving the gift, what the gift was, the price, and the name of the store where it was purchased. The program should ask the user for the values to fill the structure in the same order as they are listed above. This should happen in a loop until the user enters "stop" (without the quotes) for the recipient name. The program should then list cach person's name and the gift they are receiving. It should also list the average amount of money spent and a list of shops where the gifts are coming from. The list of shops should not contain any duplicates and should be comma separated. The program should be called HolidayShopping.cpp. #include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
