Even Fibonacci Numbers
Even Fibonacci Numbers
Challenge 2 (Project Euler)
This challenge compresses of displaying even Fibonacci Numbers starting at 2 and going all the up to 63245986. As of 12/23/2019, it has been solved by 721086 and it is a simple challenge to solve and can be found at Project Euler Even Fibonacci Numbers. My solution to this challenge is available on my Github at coding-challenges.
This challenge compresses of displaying even Fibonacci Numbers starting at 2 and going all the up to 63245986. As of 12/23/2019, it has been solved by 721086 and it is a simple challenge to solve and can be found at Project Euler Even Fibonacci Numbers. My solution to this challenge is available on my Github at coding-challenges.
Even Fibonacci Number - Project Euler |
Output
The steps involved in solving was simply getting the Fibonacci Numbers and then checking each number to see if it is divisible by two and then displaying the output to the console.
"2, 8, 34, 144, 610, 2584, 10946, 46368, 196418, 832040, 3524578, 14930352, 63245986"