Problem #755 CORE JAVA 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