The number fizzbuzz is composed of two numbers that is fizz and buzz.
fizz represents the numbers that are divisible by 3 and buzz are the numbers that are divisible by 5.
combining both fizzbuzz, are the numbers that is divisible by both 3 and 5. So how can we get all the fizzbuzz numbers sum in a given range.