Problem #758 C++ using OBJECT ORIENTED PROGRAMMING

Write a C++ program to enter the numbers till the user wants and at the end it should display the count of positive, negative and zeros

Your Solution