Fizzbuzz Problem

The Fizzbuzz problem was created as a test for prospective programmers.
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”.
CW-1 Chris Wallace Strings and their modulus values parameterised to support ease of modification Execute
PB-1 Unknown An algorithm Execute
JF-1 Jim Fuller An algorithm Execute
DN-1 Dimitre Novatchev An XPath algorithm Execute
RQ-1 Rob Whitby Optimised by factoring a repeated subsequence Execute
RQ-1-CW Rob Whitby Optimised by factoring a repeated subsequence - modified Execute
ML-1 Mark Lawson An algorithm Execute
DN-2 Dimitre Novatchev A highly optimised algorithm Execute
CW-2 Chris Wallace An algorithm Execute