Skip to content
Snippets Groups Projects
Select Git revision
  • 21bf647d48f53125e14a45096e404dcbf6c625e9
  • master default
2 results

fizzbuzz

user avatar
Fernando Gomez authored
21bf647d
History

Fizz Buzz

Write a program that prints the numbers from 1 to 100. But for 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".