โ Back to If Statements
Question 345
Even Sum Check (Input)
Even Sum Check (Input)
Read two integers from standard input, add them into a variablesum, and report whether the sum is even or odd. Print exactly: The sum <sum> is even or The sum <sum> is odd For the input4 6the sum is 10, so the output is: The sum 10 is even
Expected Output:
The sum 10 is even
Topics:
If Statements
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.