ha1fling / FizzBuzz

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:PHP 21.0%Language:C# 20.1%Language:Java 19.7%Language:Python 14.5%Language:Go 12.6%Language:Ruby 12.1%