**Fizz-Buzz** I've been covering #Clojure in my computing paradigms course. I used the classic interview question ‘fizz-buzz’ a few times. The idea is to print numbers but print ‘fizz’ if a number is divisible by 3, ‘buzz’ if its divisible by 5, and ‘fizz-buzz’ if it is divisible by 3 and 5.
0 likes 1 replies
?