• Skip to primary navigation
  • Skip to main content

Javier Lona

Web Developer in Texas

  • Home
  • Blog
  • Projects
  • Email
  • GitHub
  • LinkedIn
  • Twitter
  • YouTube

PHP FizzBuzz

The program generates a table of values from a specified range given by the user. It outputs specific text instead of the value if it is a multiple.

August 20, 2018 by Javier

Fizz Buzz
Fizz Buzz

View Live Demo

GitHub Repo

Description:

The program generates a table of values from a specified range given by the user. It outputs specific text instead of the value if it is a multiple.

For example, multiples of three print “Fizz”, multiples of five print “Buzz”, multiples of three and five print “FizzBuzz”. Lastly, for multiples of 10, the table row is highlighted green.

Technologies:

Bootstrap 4, PHP, Vanilla JavaScript

Category iconProjects Tag iconBootstrap 4,  PHP