Question Description
Check attached file
Part 1
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 pets name
After the user has entered these items, the program should display the following story, inserting the users input into the appropriate locations:
There once was a person named NAME who lived in CITY.
Even though NAME was only AGE, NAME went to college at COLLEGE.
NAME graduated and went to work as a PROFESSION.
Soon thereafter, NAME adopted a(n) ANIMAL named PETNAME.
NAME and PETNAME both lived happily ever after!