Become a Qt developer one loop at a time!.
This Qt project is made using loops.
Write a short program that displays each number from 1 to 300ish. For each multiple of fizz, display "Fizz" instead of the number. For each multiple of buzz, display "Buzz" instead of the number. For numbers which are multiples of both fizz and buzz, display "FizzBuzz" instead of the number.