Problem #755 C++ using OBJECT ORIENTED PROGRAMMING

Write a C++ program that reads a set of integers, and then prints the sum of the even and odd integers using loop

Your Solution