Skip to content

FizzBuzz is a common coding task used to test computational thinking and coding ability. This repo will be used for me to share FizzBuzz code I have written which demonstrates the way that I think.

Notifications You must be signed in to change notification settings

ha1fling/FizzBuzz

Repository files navigation

FizzBuzz

Coding challenge

FizzBuzz is a common coding task used to test computational thinking and coding ability. I'm choosing to write these for fun as I havn't used some of these languages in over a year!

This repo will contain FizzBuzz code using the following languages:

  • Python
  • GoLang
  • Ruby
  • Java
  • C#
  • PHP
  • JS

The task:

"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”

About

FizzBuzz is a common coding task used to test computational thinking and coding ability. This repo will be used for me to share FizzBuzz code I have written which demonstrates the way that I think.

Topics

Resources

Stars

Watchers

Forks