A script running the fizz buzz game written in C++.
Counting up from one, every number divisible by 3 is replaced with fizz,
every number divisible by 5 is replaced with buzz,
and every number divisible by both 3 and 5 is replaced by fizz buzz.