Problem #275 C++ using OBJECT ORIENTED PROGRAMMING

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

Your Solution