Question: A) . . B) . Write a program that will read an unknown number of positive or negative numbers from the keyboard and output even

A)

A) . . B) . Write a program that will read anunknown number of positive or negative numbers from the keyboard and output"even" if the number is even or odd" if it is odd.The user will enter a zero when there are no more numbers

.

.

B)

to input. The program should display the total number of even numbers,

.

the total number of odd numbers and the average number in the

end. If the user didn't enter any positive or negative numbers (she

entered a zero for the first input), show "No numbers were checked"

Write a program that will read an unknown number of positive or negative numbers from the keyboard and output "even" if the number is even or odd" if it is odd. The user will enter a zero when there are no more numbers to input. The program should display the total number of even numbers, the total number of odd numbers and the average number in the end. If the user didn't enter any positive or negative numbers (she entered a zero for the first input), show "No numbers were checked" OL Below is a template program to use: #include

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock 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 Databases Questions!