Multiples of 3 or 5

sum = 0
If I list the natural numbers below 1000 that are multiples of 3 or 5
each number gets added to the total value
add the total number of multiples of 3 or 5 under 1000 to sum
log total sum to webpage