a word game for teaching children about division, often used for tech interviews to weed out candidates who can't code at all.
tech interview FizzBuzz:
for the numbers 1 to 100, print fizz if the number is divisible by 3, buzz if it's divisible by 5 and fizzbuzz if it's divisible by both.
slightly overengineered examples: