Monthly Archives: April 2015

Programming Test 1: Fizz Buzz

Hopefully I’ve not misinterpreted the challenge here. Count to 100, if the number is divisible by three, output Fizz, if divisible by five, output Buzz. If its Divisible by 5 and 3, FizzBuzz!