โ Back to If Statements
Question 375
Even Sum of Two Numbers
Even Sum of Two Numbers
Read two integersaandb. If their suma + bis even, printEven; otherwise printOdd. For example, given the input3 5, the sum is 8, so the program prints: Even
Expected Output:
Even
Topics:
If Statements
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (cout, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.