This homework is worth 5 points.
When you finish this assignment you should be able to :
You should change the main loop to prompt the user to continue to add items to the trunk. If they answer yes, you should ask them for an item, add it to the trunk, then print the story. If they answer no, you should exit the program. If the user provides an answer other than yes or no, you should ask them for the answer again.
A sample run may look like this:
Do you want to add something to Grandma's Trunk? (Yes/No) => bob You typed bob, please type Yes or No. Do you want to add something to Grandma's Trunk? (Yes/No) => yEs What do you want to add to Grandma's Trunk? => big black dog. In my Grandma's trunk I found a big black dog. Do you want to add something to Grandma's Trunk? (Yes/No) => No Thanks for playing.
Once you have a working program, email the program to danbennett360@gmail.com. Please attach the source code file to your message. Please DO NOT send the executable file.