While looking up common programming interview questions, I realized that I’d never actually solved FizzBuzz. I’d heard of FizzBuzz before and had thought through solving it but I’d never actually tried to solve it. It just seems so simple right? If you’re unfamiliar with FizzBuzz, the prompt is at the top of each code snippet below: First, here’s FizzBuzz in multiple lines: /* Write a short program that prints each number from 1 to 100 on a new line.