Even Fibonacci Numbers
A second introductory problem, this time introducing integer sequences reliant on previous values.
The problem
The Fibonacci sequence is an integer sequence obtained by adding the previous two terms. For the purposes
A second introductory problem, this time introducing integer sequences reliant on previous values.
The Fibonacci sequence is an integer sequence obtained by adding the previous two terms. For the purposes
A geometric counting problem based strongly on a single mathematical pattern. My solution ended up needing some arbitrary loop limits, which tends to suggest a lapse in understanding. The completed script finished
A modified popular interview question serves as an introduction to loops, summations and modulus.
The objective of the first project euler problem is to find the sum of all numbers,