โ Back to If Statements
Question 312
Even Sum of Two
Even Sum of Two
Read two integers, each on its own line, and add them. If the sum is even, printEven. Otherwise printOdd. For example, for input3then5, print: Even
Expected Output:
Even
Topics:
If Statements
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (cw, cr, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.