Question: I need the answer to question 4 in Java format, without using a while loop 4. (29 points) Write a complete program (Javadoc is not

I need the answer to question 4 in Java format, without using a "while" loop
4. (29 points) Write a complete program (Javadoc is not necessary) that asks the user how many integers they intend to enter, allows the user to type in that many integers, and then prints how many of them were even. For example, if the user said there would be 5 integers and then entered numbers 7, 12, -4, 0, and 9, we would print that there were 3 even numbers (12,-4, and o). If it isn't immediately obvious how to test whether or not an integer is even, think back to our discussion of how division works on integers
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
