Skip to content
Snippets Groups Projects
Commit de704413 authored by Inigo Reiriz's avatar Inigo Reiriz
Browse files

added name

parent 6740c36b
Branches
No related tags found
No related merge requests found
Pipeline #30223 passed
# 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".
\ No newline at end of file
Inigo Reiriz
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment