Question
1. Description of the Assignment: We will develop a simple game in which a sentence is presented with certain words left out. You ask people
1. Description of the Assignment: We will develop a simple game in which a sentence is presented with certain words left out. You ask people who don't know what the sentence is to give you words of particular parts of speech; these words are then inserted into the sentence to provide weird results. For example: "The ______ professor ______ my ______, and I've never recovered." This mad-lib needs an adjective, a verb (past tense), and a noun, in that order, in the three blanks. When the blanks are filled in, it might produce the following sentences: "The wise professor graded my paper, and I've never recovered." or "The purple professor ate my computer, and I've never recovered." In this assignment you'll work in Visual Studio to create your console application using C++. Write a program that asks the user to input three words (an adjective, a verb, and a noun) and then prints the completed sentence as specified above. 2. Tasks: Design the appropriate user interface. Feel Free to design your interface. Identify all the functions. The program should be designed with functions. You cannot put all the code in just one function. Code and execute the program thoroughly.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started