Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please do not copy others' solution. Language is C++ You have to explain your program with comments in detail, every non-trivial component of the program

image text in transcribed

Please do not copy others' solution. Language is C++

You have to explain your program with comments in detail, every non-trivial component of the program has to be explained. If there are some parts that are not clear, you are not be able to get points from these parts. You have to submit your work before the deadline, otherwise you will get zero. Plagiarism is strictly prohibited, you will be evaluated as if you cheat during the written exams. Involved students will get zero. In case of doubt of integrity, you are expected to explain your work verbally to the grader. In this assignment you are asked to write a program in C++ language. details You need to create a zoo animal placement program. (no visual, graphics needed) First class should be called "animal, and will has: "Type": string variable one of omnivore," herbivore and carnivore, "Climate: string variable one of "tropical,"cold","average, "eyeNo": integer number, indicates how many eye the animal would have, "foot No:integer number, indicates how many foot the animal would have. Second class, "zoo" has: "id": 5 digit integer value for name of the animal, "food: string variable shows what kind of food to give the animal. "grass," meat,"fish" "location": string name of animal placement. " grassland,"oceanic,"mountain" "animalType: string value. sea lion,"bear," gazelle. You need to create these three animal in the zoo, and place them into the suitable placement. Then please print all this information

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

Concepts Of Database Management

Authors: Joy L. Starks, Philip J. Pratt, Mary Z. Last

9th Edition

1337093424, 978-1337093422

More Books

Students also viewed these Databases questions

Question

Brief the importance of span of control and its concepts.

Answered: 1 week ago

Question

What is meant by decentralisation?

Answered: 1 week ago

Question

Write down the Limitation of Beer - Lamberts law?

Answered: 1 week ago