Answered step by step
Verified Expert Solution
Question
1 Approved Answer
When your program starts, have it print a message to welcome the user to your game. o Next, the program prompts the user for each
When your program starts, have it print a message to welcome the user to your
game.
o Next, the program prompts the user for each word, one at a time. Make sure the
program tells the user what type of word to enter with each prompt.
o Once the user has entered the last word, the program should print the story with
the user's words inserted into the story in the correct places.
o Avoid lines wrapping in the Shell window.
Keep all lines of code and comments to characters long or less
Make sure to have a comment at the top of your file that contains your name, date, and
a brief program description
The comment at the top of the file should also contain the original story; in other words,
the original text before any words get replaced.
Make sure to use blank lines and other comments within your code so that it is easy for
me to read
choose good variable names
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