Skip to content

Advanced Fizz-Buzz object written in PHP

License

Notifications You must be signed in to change notification settings

likel/fizz-buzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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