Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Hide Submission Folder Information Instructions Instructions After completing this weeks learning activities, use what you have learned to complete this project. You will be writing

Hide Submission Folder Information Instructions Instructions After completing this weeks learning activities, use what you have learned to complete this project. You will be writing C++ programs. Be sure to include documentation in your program. Submit both your program code and a screenshot of your running program in a word processing document. Use one document for the entire project and label each task appropriately in the document. Tasks Using only the techniques from the class and from the textbook Chapters 1-6 complete the following: Find-A-Gift, a gift recommendation service, specializes in recommending and selling gifts for special occasions. Find-A-Gift has hired you to write C++ programs for their business. 1. If. Write a program that recommends a traditional anniversary gift based upon the number of years that the couple has been married. Research the traditional gifts for 5, 10, 15, 20, 25, and 50-year wedding anniversaries. Ask the user for the number for years and output the recommend gift(s). Use the if statement for the selection structure(s). 2. Switch. Write a program that recommends a modern anniversary gift based upon the number of years that the couple has been married. Research the modern gifts for 5, 10, 15, 20, 25, and 50-year wedding anniversaries. Ask the user for the number for years and output the recommend gift(s). Use the switch statement for the selection structure(s). 3. Choice. Write a program that recommends an anniversary gift based upon the number of years that the couple has been married. Your program should accommodate 5, 10, 15, 20, 25, and 50-year wedding anniversaries. Ask the user for the number for years and their preference for a modern or traditional gift. Output the recommend gift(s). Use your choice of selection structure(s). Deliverables: Word Document with documented IPO charts. Source code in ***.cpp File for each task.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Modern Datalog Engines In Databases

Authors: Bas Ketsman ,Paraschos Koutris

1st Edition

1638280428, 978-1638280422

More Books

Students also viewed these Databases questions

Question

5. Structure your speech to make it easy to listen to

Answered: 1 week ago

Question

1. Describe the goals of informative speaking

Answered: 1 week ago