Question: Write a program that accepts a set of integer numbers. Your program should count the number of even numbers and find the maximum even.

Write a program that accepts a set of integer numbers. Your program should count the number of even numbers 

Write a program that accepts a set of integer numbers. Your program should count the number of even numbers and find the maximum even. Use -1 to stop your data entry. Sample Input/Output: Enter integer numbers, Use -1 to stop your data entry. 12 5 33 66 -1 There are 2 even numbers. The maximum even number is 66.

Step by Step Solution

3.39 Rating (146 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

The question seems to be asking for a program that can read a series of integer numbers entered by a ... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!