I have to write a recursive function that will calculate the sum of even numbers from 1 to n. for example for n=input= 6 the expected output would be: 2+4
n=input= 6
output would be: 2+4