Please note that this is not a homework, I am not a student 
The problem description is here: http://projecteuler.net/problem=2
It is said "By considering the terms in the Fibonacci sequence whose values do not exceed four million, find the sum of the even-valued terms."
Now, due to my really really bad english, should we:
1. SUM all EVEN fibonacci number until sequence just before 4000000 (which is 399999) ? or
2. SUM all EVEN fibonacci number which values is below 4000000 (which is 3524578) ?
* I think I cannot survive high-school in English country

The problem description is here: http://projecteuler.net/problem=2
It is said "By considering the terms in the Fibonacci sequence whose values do not exceed four million, find the sum of the even-valued terms."
Now, due to my really really bad english, should we:
1. SUM all EVEN fibonacci number until sequence just before 4000000 (which is 399999) ? or
2. SUM all EVEN fibonacci number which values is below 4000000 (which is 3524578) ?
* I think I cannot survive high-school in English country
