Warning! The page was not fully loaded, probably because of a network issue. It could be that not all functionalities work as expected. Please try reloading the page.
Drop links or images here to add them to the editor.
Count evens in range ⭐⭐
Read two integers A and B. Count how many even numbers are between A and B (inclusive).
Input
Two integers:
A
B
Output
Print a single number: the count of even numbers between A and B (inclusive).