Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

IN C++ please 4. Word Game: Write a program that plays a word game with the user. The program should ask the user to enter

IN C++ please

image text in transcribed

image text in transcribed

4. Word Game: Write a program that plays a word game with the user. The program should ask the user to enter the following: His or her name His or her age The name of a city The name of a college A profession A type of animal A pet's name After the user has enters these items, the program should display the following story, inserting the user's input into the appropriate locations: There once was a person named NAME who lived in CITY. At the age of AGE, NAME went to college at COLLEGE. NAME graduated and went to work as a PROFESSION. Then, NAME adopted a(n) ANIMAL named PETNAME. They both lived happily ever after! #include #include 10 using namespace std; 9 11 14 12 int main() 13 { string name; // To hold a name // Create the remaining 6 string variable here ovou 19 20 21 22 23 // Get the name of the player. // Get the name of a city. // Get the age of the player. // Get the name of a college. // Get the name of a profession. // Get the name of a type of animal. // Get the name of a pet. // Display the story. 25 26 27 28 29 30 31 32 33 34 return 0; 35 }

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

Database Systems For Advanced Applications 9th International Conference Dasfaa 2004 Jeju Island Korea March 2004 Proceedings Lncs 2973

Authors: YoonJoon Lee ,Jianzhong Li ,Kyu-Young Whang

2004th Edition

3540210474, 978-3540210474

More Books

Students also viewed these Databases questions

Question

1.who the father of Ayurveda? 2. Who the father of taxonomy?

Answered: 1 week ago

Question

Commen Name with scientific name Tiger - Wolf- Lion- Cat- Dog-

Answered: 1 week ago

Question

4. Label problematic uses of language and their remedies

Answered: 1 week ago