Problem #697 C++ using OBJECT ORIENTED PROGRAMMING

Write a C++ program that reads an integer and check whether it is negative, zero, or positive

Your Solution