Question: Could use some help programing this in C. count evens - count number of even integers in input Complete the program so that it repeatedly
Could use some help programing this in C.

count evens - count number of even integers in input Complete the program so that it repeatedly reads integer values until a value of -1 is read. After the -1 value is read, the program should print a message of the form Even integers: N where N is the total number of even integers entered. For example, if the input is 11 12 16 13 19 64 -1 Then the output should be Even integers: 4 because there were 4 even integers in the input. Hii Consider using a "k . Think about what loop variables will be needed eep going" loop
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
