Create a program with a menu that allows the user to do the following: ============ Frequently Asked Questions 0: Exit 1: List FAQ's 2: Add FAQ 3:Delete FAQ Please enter a choice: When displaying the FAQ's, neatly display the questions and answers paired together as in this example: Frequently Asked Questions: Question: North Korea Answer: Golf Question: Climate change Answer: More golf Requirements for Menu Selection 2: . If the question is already in the dictionary, do not overwrite it. Let the user know that the question is already in the FAQ's. Then ask the user to rephrase the question. . Otherwise, prompt the user for the answer • Add the question/answer pair to the dictionary using the question as the key and the answer as the value. Requirements for Menu Selection 3 Note that implementing menu selection 3 • Ask the user for the question to be deleted. . Check to see if the question is in the dictionary. . If it isn't, let the user know that the question could not be found and that no changes were made. . Otherwise delete the item from the dictionary and let the user know that the item was deleted.

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question
The Dictionary is a very powerful data structure. The objective of this programming assignment is to demonstrate
proficiency with dictionaries. You are to write a program that manages a dictionary of Frequently Asked Questions
(FAQ's). Questions serve as the keys and answers serve as the values. Your program will use a menu driven interface to
display the items in the dictionary, add FAQ's and optionally to delete FAQ's.
Create a program with a menu that allows the user to do the following:
=====
Frequently Asked Questions
0: Exit
1: List FAQ's
2: Add FAQ
3:Delete FAQ
=====
Please enter a choice:
When displaying the FAQ's, neatly display the questions and answers paired together as in this example:
Frequently Asked Questions:
========
Question: North Korea
Answer: Golf
Question: Climate change
Answer: More golf
Requirements for Menu Selection 2:
• If the question is already in the dictionary, do not overwrite it. Let the user know that the question is already in the
FAQ's. Then ask the user to rephrase the question.
. Otherwise, prompt the user for the answer
• Add the question/answer pair to the dictionary using the question as the key and the answer as the value.
Requirements for Menu Selection 3
Note that implementing menu selection 3
• Ask the user for the question to be deleted.
. Check to see if the question is in the dictionary.
• If it isn't, let the user know that the question could not be found and that no changes were made.
. Otherwise delete the item from the dictionary and let the user know that the item was deleted.
Transcribed Image Text:The Dictionary is a very powerful data structure. The objective of this programming assignment is to demonstrate proficiency with dictionaries. You are to write a program that manages a dictionary of Frequently Asked Questions (FAQ's). Questions serve as the keys and answers serve as the values. Your program will use a menu driven interface to display the items in the dictionary, add FAQ's and optionally to delete FAQ's. Create a program with a menu that allows the user to do the following: ===== Frequently Asked Questions 0: Exit 1: List FAQ's 2: Add FAQ 3:Delete FAQ ===== Please enter a choice: When displaying the FAQ's, neatly display the questions and answers paired together as in this example: Frequently Asked Questions: ======== Question: North Korea Answer: Golf Question: Climate change Answer: More golf Requirements for Menu Selection 2: • If the question is already in the dictionary, do not overwrite it. Let the user know that the question is already in the FAQ's. Then ask the user to rephrase the question. . Otherwise, prompt the user for the answer • Add the question/answer pair to the dictionary using the question as the key and the answer as the value. Requirements for Menu Selection 3 Note that implementing menu selection 3 • Ask the user for the question to be deleted. . Check to see if the question is in the dictionary. • If it isn't, let the user know that the question could not be found and that no changes were made. . Otherwise delete the item from the dictionary and let the user know that the item was deleted.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps with 4 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY