asciiart
Wicked Cool FizzBuzz in Perl
The FizzBuzz problem is a simple coding demonstration to write an application in any language that counts from 1 to 100: 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 …
0
22
Aug
Posted:
August 22, 2012 Wednesday at 9:34 pm
