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 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
The question seems to be asking for a program that can read a series of integer numbers entered by a ... View full answer
Get step-by-step solutions from verified subject matter experts
