Question: I will need two files. One file that have the function prototypes and class. the other file is to have program in it the coding
Lab 5a (15 points) Create a class named Animals. (5 total points) Create the implementation file Animals.cpp 1. a. The class will have the following members Animal name Animals Age- You must validate the age being input (use the code from the previous lab). 1. 2. Create an Animal header file Animal.h (5 points) This file acts as a prototype. 2. 3. Create the program Lab05a.cpp which uses the class Animal to Implement the following a. The program will allow the user to (4 points total) 1. 2. 3. 4. Add Animals (1 point) Delete Animals (1 points) Display Animals searching by name (1 points) Display a list of all Animals (1 points) 4. On exit; print to the screen "exxX> says bye" where
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
