Sum of even numbers from a to b
 
You will be given two numbers a and b.
Calculate and show the sum of even numbers from a until b. 
Input specification 
You will be given the two integers a and b where 1 ≤ a < b ≤
5000 
Output specification 
Show the sum of even numbers from a to b. 
 
 
  | Sample Input I     | Sample Input II    | 
 
  | 4 10 | 2 28 | 
 
  | Sample Output I    | Sample Output II  | 
 
  | 28 | 210 | 
 
 
Для отправки решений необходимо