Fizz buzz
= Fizz buzz
{wiki=Fizz_buzz}
Fizz Buzz is a simple game often used in programming interviews and educational settings to teach the basics of conditional statements and loops. The rules are straightforward: 1. You count from 1 to a specified number (often 100). 2. For each number: - If the number is divisible by 3, you say "Fizz.