Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.
/ fizzbuzz Public archive

Group some random numbers for children to teach them about division.

License

Notifications You must be signed in to change notification settings

sheikhartin/fizzbuzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FizzBuzz Game

GitHub repo status GitHub license GitHub contributors GitHub tag (latest by date) GitHub repo size

One of the zero-player games that is not interesting if you don't write code! Just kidding, you can play this game with your friends and have a fun time.

Rules

It is simple for professional programmers and math persons, but what makes these rules challenging?!

  • Prints "Fizz", if the number is divisible by 3
  • Prints "Buzz", if the number is divisible by 5
  • Prints "FizzBuzz", if the number is divisible by both 3 and 5
  • Otherwise, prints the number

License

This project is licensed under the MIT license found in the LICENSE file in the root directory of this repository.

About

Group some random numbers for children to teach them about division.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published