← Back to Miscellaneous
Question 401
Ternary Operator Even or Odd
Ternary Operator Even or Odd
An integern = 7is given. Use the ternary (conditional) operator?:to decide whethernis even or odd, then print exactly: 7 is odd Build the sentence with string concatenation. Do not hardcode the wordodd— let the ternary choose between"even"and"odd".
Expected Output:
7 is odd
Topics:
Miscellaneous
Code Editor
1
Tab to indent · Ctrl+Enter to run · Ctrl+Space to expand shortcuts (sysout, psvm, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.