Question: Write a program that will take in a whole number then using the conditional operator determine if the number is odd or even. The conditional

Write a program that will take in a whole number then using the conditional operator determine if the number is odd or even. The conditional operator should assign a value of "Odd" or "Even" to a string variable to be displayed to the screen.

Required:

No cin or cout statments within the conditional operator

Only one assignment operator is allowed as part of the conditional operator.

The conditional operator must assign a value of either "Odd" or "Even" to a variable to be displayed.

Processing:

Input - A whole number.

Process - Using the condtional operator determine if the number is odd or even

Output - A string value that says "Odd" or "Even" dependining upon the processing.

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!