This program sums all natural numbers from 3 to less than 1000 that are multiples of 3 and 5. The common factors were tallied and removed from the total.
This project is developed from the problem provided by Euler Project (https://projecteuler.net/problem=1).