Ahhh the infamous FizzBuzz test. Nothing like a useless quiz that tells you absolutely nothing about your programming abilities. I have read that there are actually programmers (or people that call themselves programmers) that actually cannot create a FizzBuzz program. Pretty hard to believe.
Here is my version of FizzBuzz using a conditional expression.