diff --git a/ProjectEulerCS/Problems/Problem2.cs b/ProjectEulerCS/Problems/Problem2.cs index 143a6c2..6dadc81 100644 --- a/ProjectEulerCS/Problems/Problem2.cs +++ b/ProjectEulerCS/Problems/Problem2.cs @@ -74,3 +74,8 @@ namespace ProjectEulerCS{ } } } + +/* Results: +The sum of all even fibonacci numbers <= 3999999 is 4613732 +It took an average of 539.165 microseconds to run this problem through 100 iterations +*/