โ Back to If Statements
Question 262
Sum Is Even
Sum Is Even
Read two integers withscanf. If their sum is even, print exactly: Even Otherwise print exactly: Odd No trailing newline. For input3 5the output isEven; for input2 3the output isOdd.
Expected Output:
Even
Topics:
If Statements
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (p, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.