FTFY =). The receptionist will validate your parking on your way out. =)
Question wasn't to omit the value when evenly divisible, just append. The question didn't say inclusive or exclusive, so I made this an option.
"Write a program that prints the numbers from 1 to 100. But for multiples of three print Fizz instead of the number and for the multiples of five print Buzz. For numbers which are multiples of both three and five print FizzBuzz."
It says instead of the number, I think that the instead is valid also for other cases, not sure, English is not my mother tongue
But "from 1 to 100", I think it's clear that is from 1 to 100, included.