Hi, I have been working on this program and I believe I havemost of it done but after it checks for 5 it does not seem tooutput anything after that. Can someone find what is wrong?attached are the instructions and the code.
Instructions:
Variable Size Array with Classes,Testing.
Create a project titled Lab11_VarArrayTest. Implement thedynamically expanding and contracting array of doubles described inthe previous lab as a class. You should use this class definition.The class attributes are a pointer to the dynamically allocatedarray dAarray and the array size size This class contains twogroups of methods:
- Member functions output(), check() addNumber() andremoveNumber() have exactly the
OROR