Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Fizz-Buzz

  • Number range is from 1 to 100.
  • The program prints every natural numbers in the range. However,
    • if a number can be divided by 3, this program prints "Fizz" instead of number.
    • if a number can be divided by 5, this program prints "Buzz" instead of number.
    • if a number can be divided by both 3 and 5, this program prints "FizzBuzz" instead of number, "Fizz", or "Buzz"

Image

About

Practice of mathematical logic.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages