Ad
  • Custom User Avatar

    Finish the solution so that it returns the sum of all the multiples of 3 or 5 BELOW the number passed in.

    and

    Note: If the number is a multiple of both 3 and 5, ONLY COUNT IT ONCE.

    3 + 5 + 6 + 9 + 10 + 12 + 15 + 18 = 78