Integers

Sep 10 2014 8:24 AM
write a program that reads integers until 0 is entered. after input terminates, the program should report the total number of even integers (excluding 0) entered, the average value of the even integers, the total number of odd integers entered, and the average value of the odd integers.

Answers (1)