Ad
  • Custom User Avatar

    What do you think is missing, could you suggest a better description? as far as I can tell, it has all the requirements there.

  • Custom User Avatar

    Thanks Chrono79, I think the task could be better written, your comment helped me clarify the requeriment, it was quite simple.

  • Custom User Avatar

    Read the thread again. The sum is not limited by that value. The tests are fine.

    Let's say for example n is 9, the even Fibonacci numbers below 9 are 2 and 8, and its sum is 10. It doesn't matter n was 9 and 10 is greater than it.

  • Custom User Avatar

    Same here, obviosly 1,000,000 is lower than 1,089,154 tht is why the correct answer is 257114. Does anybody knows how can we achieve the kata if the tests are wrong

  • Custom User Avatar

    @Kraigo I had a similar problem understanding the description. You need the sum of all the even fibonacci numbers that are lower than the given n (n is not the nth element) without including n.

  • Custom User Avatar

    Give the summation of all even numbers in a Fibonacci sequence up to, but not including, the maximum value.

    You are not to include "the summation" into the "up to but not including", just the "all even numbers".

    Apparently, this is absolutely not clear for you. Do you have a suggestion how to improve the description?

  • Custom User Avatar

    Language doesn't matter.

    Read the description carefully. This is not an issue.

  • Custom User Avatar