Multiples of 3 and 5
A modified popular interview question serves as an introduction to loops, summations and modulus. The problem The objective of the first project euler problem is to find the sum of all numbers, divisible by 3 or 5, less than 1000. Approach Problem 1 serves as an introduction to many of