Question: code in C xr: You will have to create a program that identifies whether a number entered is odd or even. At first, the user

code in C
xr: You will have to create a program that identifies whether a number entered is odd or even. At first, the user is asked to enter an int number. Then, using the ternary operator and the % (modulus operator) you will have to display whether the number entered was even or odd. Write a second version of the same program that does the same using the if...else construct instead of a ternary operator Hint: You can use the 'o' (for odd) and 'e' (for even) in expression and expression2 of the ternary operator
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
