/fizz-buzz

Advanced Fizz-Buzz object written in PHP

Primary LanguagePHPGNU General Public License v3.0GPL-3.0

fizz-buzz

This is my first repository to test the features of GitHub.

Task

The task, requested by potential software employers, is to write a program which prints numbers from 1 to 100 with the following conditions:

  • multiples of 3 print "Fizz" instead of the number
  • multiples of 5 print "Buzz" instead of the number
  • multiples of 3 & 5 print "FizzBuzz"

Author

Liam Kelly - likel

License

This project is licensed under the GPL-3.0 License - see the LICENSE.md file for details