Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Zoo Tycoon Program in C++ due in one week please help!! Directions are very specific Assignment #3 - More OOP in C++/Inheritance Due: Sunday, 05/08/16,
Zoo Tycoon Program in C++ due in one week please help!! Directions are very specific
Assignment #3 - More OOP in C++/Inheritance Due: Sunday, 05/08/16, 11:59pm Grading: EVERY assignment in this course is graded by demoing your work for 10 minutes with a TA. You are required to meet with a TA within two weeks from the due date to demo, and you receive an automatic 50 point deduction for failure to do so. If you miss a scheduled appointment, you will be penalized 10 points for rescheduling within 1 day (24 hours), 25 points within 7 days (1 week), and 50 points for anything outside of a week. Your job is to convince the TA that your program works correctly, i.e. show your TA how to use/break your program (90 pts) Program Implementation: Problem Statement You are the proud owner of a virtual zoo that has places to house tigers, polar bears, and penguins! You will write a Zoo Tycoon game using classes and inheritance. Zoo Tycoon is a game where the user creates a zoo that has exhibits with a number of different animals in each. Your zoo animals can be Tigers, Polar Bears, and Penguins. You start with an initial amount of money in your zoo bank, and from there you can begin to op. Specific Animal traits: Age o >=3, adult 3 add number of babies born to that specific animal type to the exhibit else, reprompt the user for an animal. begin baby at age 0, 4) nothing happens. After the random event, calculate your payoffs for the day based on normal visits for penguins and polar bears, and possibly a bonus from a boom in attendance to see the tigers! Last, ask the player if they want to buy an adult animal, continue to the next day, or end the game. If they chose to buy an animal, subtract that cost and add the animal to the appropriate exhibit. When you add money for profit or subtract money for sickness, the babies, or animals with an age value less than 3 \"days\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