I am trying to sum a sequence of numbers. The code that I have at the moment is
seq 0 2 100
I want to sum every even number. I am aware of the + operator used for addition. I am a newbie. I do hope that someone can point me in the right direction.