Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Lycamobile 8:56 PM Write a C++ program that produces a simple personalized adventure game called Lost Fortune about a band of explorers that finds a

image text in transcribed
image text in transcribed
image text in transcribed
image text in transcribed
Lycamobile 8:56 PM 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) Welcome to Lost Fortune! Please answer the following questions for your personalized adventure Enter the number of Explorers: 17 Enter the number of Explorers Lost in Battle: 13 You bravely led 17 adventurers on a quest for gold The group fought a band of ogres and lost 13 members. Only 4 survived

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Machine Learning And Knowledge Discovery In Databases European Conference Ecml Pkdd 2014 Nancy France September 15 19 2014 Proceedings Part I Lnai 8724

Authors: Toon Calders ,Floriana Esposito ,Eyke Hullermeier ,Rosa Meo

2014th Edition

3662448475, 978-3662448472

More Books

Students also viewed these Databases questions

Question

Discuss the steps of a generic change project.

Answered: 1 week ago