Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Relational Database And SQL

Authors: Lucy Scott

3rd Edition

1087899699, 978-1087899695

More Books

Students also viewed these Databases questions