57
2010 reads

FizzBuzzFizzBuzz


The program prints numbers 1 - 100, but: if the number is a multiple of 3, it will print "Fizz" if the number is a multiple of 5, it will print "Buzz" if the number is a multiple of both 5 and 3, it will print, "FizzBuzz" CODE: loop (for loop, do...while) function goto DISCLAIMER: The program problem ain't mine. I just read somewhere here, and just created a C++ version of the program. Comments will be much appreciated! I would like to learn from all of you :)) Thanks! God bless everyone! ^^


Enhance this Project!
what's this?   


Who Voted
Comments