Write a program that plays a game where a player is asked to fill in various words of a mostly complete story without being able to see the rest. Then the user is shown his/her story, which is often funny. The input for your program is a set of story files, each of which contains “placeholder” tokens surrounded by
One of the mostcharacters in fiction is named"Tarzan of the ." Tarzan was raised by a/an and lives in the jungle in theheart of darkest .
The user is prompted to fill in each of the placeholders in the story, and then a resulting output file is created with the placeholders filled in. For example:
Input file name? story1.txtPlease enter an adjective: sillyPlease enter a plural noun: socksPlease enter a noun: treePlease enter an adjective: tinyPlease enter a place: Canada
The resulting output story would be:
One of the most silly characters in fiction is named"Tarzan of the socks ." Tarzan was raised by a/antree and lives in the tiny jungle in theheart of darkest Canada .
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.