Which, in a literal since, says that you would print 'Fizz' instead of the number, but print 'Buzz' and 'FizzBuzz' with the number.
Cutter _____________ http://blog.cutterscrossing.com Paul Vernon wrote: > <snip> > >>I don't see anything in the spec that says instead of > > > <snip> > > It's on line three below... > > >>Here's the specific one he mentioned: >>Write a program that prints the numbers from 1 to 100. >>But for multiples of three print "Fizz" instead of the number. >>For the multiples of five print "Buzz". >>For numbers which are multiples of both three and five print "FizzBuzz". > > > From that I'd say Andy is correct in his interpretation of the requirements. > > Paul > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Macromedia ColdFusion MX7 Upgrade to MX7 & experience time-saving features, more productivity. http://www.adobe.com/products/coldfusion Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:270936 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

