Question: Write a program that uses a do - while loop to prompt the user to enter integer values until a negative 1 is entered. It
Write a program that uses a dowhile loop to prompt the user to enter integer values until a negative 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 InputOutput Scenario:
Enter a value:
Enter a value:
Enter a value:
Enter a value:
Enter a value:
Enter a value:
Number of odd values entered
Number of even values entered
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
