Here you will find programming exercises in different programming languages
- Fizz Buzz: for each number from 0 to n, print "Fizz" when the number is multiple of three, print "Buzz" when the number is multiple of five. Print "FizzBuzz" if the number is multiple of five and three, if no condition is reached print the number instead