https://github.com/drupol/fizzbuzz
https://github.com/drupol/fizzbuzz
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/drupol/fizzbuzz
- Owner: drupol
- Created: 2022-03-07T19:03:22.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-09T10:45:23.000Z (about 4 years ago)
- Last Synced: 2025-01-16T00:42:07.334Z (over 1 year ago)
- Language: PHP
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FizzBuzz
FizzBuzz exercice in PHP
## Instructions
Write a program that prints the numbers from 1 to 100.
But for multiples of three print "Fizz" instead of the number and for the multiples of five print "Buzz".
For numbers which are multiples of both three and five print "FizzBuzz".