Problem Statement
Read a start and end value and count the even numbers in the inclusive range.
DEMO-OOP-33 โข Object Oriented Programming
Read a start and end value and count the even numbers in the inclusive range.
Input is given as whitespace-separated tokens in this order:
Print the exact report in this order:
Submit runs every public testcase in this browser. Results and code never leave this device.
1 10
Even Count: 5
4 9
Even Count: 3
C, C++, Java, and Python run locally in a browser VM. No worker or visualizer is used.
/workspace/question