Skip to content
Snippets Groups Projects
Commit db141b28 authored by Perez Domingo, Victor's avatar Perez Domingo, Victor
Browse files

add readme.md

parent 395f9a74
No related branches found
No related tags found
No related merge requests found
# 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment