/Fizzbuzz

Some implementations I have done of the popular Fizzbuzz test question

Primary LanguageC++

Fizzbuzz

A program that prints integers from 1 to 100.

Multiples of three print "Fizz" instead of the number, and for the multiples of five print "Buzz".
For numbers which are multiples of both three and five print "FizzBuzz".