Question: Twenty Questions Write a C++ program that plays a version of Twenty Questions with the player. Your program must: Ask the user to choose one

 Twenty Questions Write a C++ program that plays a version of

Twenty Questions Write a C++ program that plays a version of Twenty Questions with the player. Your program must: Ask the user to choose one item from a list of your own design. 0 Your list should be unique from that of your peers in the class. o The list should be at least six items, plus two for each year of prior coding experience you have. Ask a series of questions to guess the right item, at least two questions, plus one for each year of prior coding experience you have. Have a default answer if the inputs are invalid. You must use at least one case switch in your code. Ask the user if they want to play again and loop back through the code. Twenty Questions Write a C++ program that plays a version of Twenty Questions with the player. Your program must: Ask the user to choose one item from a list of your own design. 0 Your list should be unique from that of your peers in the class. o The list should be at least six items, plus two for each year of prior coding experience you have. Ask a series of questions to guess the right item, at least two questions, plus one for each year of prior coding experience you have. Have a default answer if the inputs are invalid. You must use at least one case switch in your code. Ask the user if they want to play again and loop back through the code

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!