Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1. Create a class named Animals. Create the implementation file Animals.cpp a. The class will have the following members 1. Animal name 2. Animals Age

1. Create a class named Animals. Create the implementation file Animals.cpp a. The class will have the following members 1. Animal name 2. Animals Age You must validate the age being input (use the code from the previous lab). 2. Create an Animal header file Animal.h This file acts as a prototype. 3. Create the program Lab05a.cpp which uses the class Animal to Implement the following a. The program will allow the user to 1. Add Animals 2. Delete Animals 3. Display Animals searching by name 4. Display a list of all Animals 4. On exit; print to the screen says bye where is the first animal in the list. If there are no animals in the list, print There are no animals in the Zoo.

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

Database Concepts International Edition

Authors: David M. Kroenke

6th Edition International Edition

0133098222, 978-0133098228

More Books

Students also viewed these Databases questions

Question

2. What are your challenges in the creative process?

Answered: 1 week ago