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