Question: Write a program in c that uses a do - while loop to prompt the user to enter integer values until a negative 1 is

Write a program in c that uses a do-while loop to prompt the user to enter integer values until a negative 1 is entered. It then calculates and prints the total number of odd values entered and the total number of even values entered.
Note that this is an ungraded practice question.
Sample Input/Output Scenario:
Enter a value: 2
Enter a value: 5
Enter a value: 11
Enter a value: 3
Enter a value: 8
Enter a value: -1
Number of odd values entered =3
Number of even values entered =2

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!