I found FizzBuzz by accident a week ago. So what is FizzBuzz. It is a programming task where you have to create the following:
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”.
So I did that, don't look yet but first read till the end.
Then I asked my son @bartmathijssen what he would do. So he made his version.
Would you have another solution to the FizzBuzz question?
-
Could you make one with the webviewer and javascript?
-
Could you use Skulpt, where you can run Python inside an App Inventor app.
-
Could you use a FizzBuzz api to get the results https://fizzbuzz.ketzu.net/to/100 and pass the json code into a label.
-
Maybe run a php script on a server and get the results.
-
Etc, etc.
You can post your solutions below. Have fun!!!

