Skip to content

This is a method for Fizz buzz which is a group word game for children to teach them about division built with ruby.

Notifications You must be signed in to change notification settings

Georjane/Fizzbuzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Fizzbuzz

Fizz buzz is a group word game for children to teach them about division. Players take turns to count incrementally, replacing any number divisible by three with the word "fizz", and any number divisible by five with the word "buzz".

This program basically takes a users input and prints the numbers from one to the number the user inputed. But for multiples of three prints “Fizz” instead of the number and for the multiples of five prints “Buzz”. For numbers which are multiples of both three and five prints “FizzBuzz”.

Built With

  • Ruby

Live Code

Live Link

Getting Started

To get a local copy of the repository please run the following commands on your terminal:

$ cd FizzBuzz
$ git clone https://github.com/Georjane/Fizzbuzz.git

Author

👤 Witah Ngu Geojane

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Project originally taken from The Odin Project
  • This project is part of Microverse Program

About

This is a method for Fizz buzz which is a group word game for children to teach them about division built with ruby.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages