PHP FizzBuzz using a while loop to print all numbers from 1 to 100, while replacing all multiples of 3, 5, and 15 with specific words.
-
Updated
Jan 28, 2023 - PHP
PHP FizzBuzz using a while loop to print all numbers from 1 to 100, while replacing all multiples of 3, 5, and 15 with specific words.
Add a description, image, and links to the whileloop topic page so that developers can more easily learn about it.
To associate your repository with the whileloop topic, visit your repo's landing page and select "manage topics."