Sponsored
Use these hints if you're stuck. Try solving on your own first.
Iterate through all integers from 1 to num.
For any integer, extract the individual digits to compute their sum and check if it is even.
Solve with full IDE support and test cases