99.4k views
5 votes
Write a C++ program that produces a simple personalized adventure game called Lost Fortune about a band of explorers that finds a stash of 750 gold pieces. Start by asking the player for the following information: the number of explorers and the number of explorers lost in battle. The program should then use the information input by the player (this information will be different EACH time the game is played) to generate and print a basic adventure story. Here’s a sample run of the input and output of the game (program) where the player entered the following input: 17 (for the number of explorers), followed by 13 (for the number of explorers lost).

User Chino
by
6.5k points

1 Answer

5 votes

Answer:

Detailed answer is given :

Write a C++ program that produces a simple personalized adventure game called Lost-example-1
Write a C++ program that produces a simple personalized adventure game called Lost-example-2
User Richard Martinez
by
5.7k points