A typical example of the Fizz Buzz project would be to write a
program that prints the numbers 1 to 100, but for multiples of 3
and 5 (i.e. 15 and 45) the program prints out the word
'FizzBuzz', for multiples of 3 only the program prints out the
word 'Fizz', and for multiples of 5 the program prints out the
word 'Buzz'. Otherwise, the program will just print out the next
number.
Try it out
Enter a first and last number and press submit.
Numbers
Results
Check out my Code
Contact me
Do you have any questions? Please do not hesitate to contact me
directly. I will respond to your email within a matter of hours to help
you.