Problem Statement
Read five integers, implement countEven that receives an array, and print the number of even values.
DEMO-OOP-33 โข Object Oriented Programming
Read five integers, implement countEven that receives an array, and print the number of even values.
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 2 3 4 5
Even Count: 2
2 4 6 8 10
Even Count: 5
C, C++, Java, and Python run locally in a browser VM. No worker or visualizer is used.
/workspace/question