Hi everyone, this is a quick project I made to see how well I could complete the Fizzbuzz Challenge. The Fizzbuzz Challenge was a challenge created for people that were interviewing coders to test the coder's skill. Basically, a counter starts counting and every time it gets to a multiple of 3 it says "Fizz", and when it gets to a multiple of 5 it says "Buzz". If it gets to a multiple of 3 AND 5, it says "Fizzbuzz". The biggest challenge, however, is to create a solution that is simple, organised, and can be easily edited to work for different numbers. You do not need to do anything with this project (except press the green flag), unless you wanted to test it out for different numbers. To do this, remix it, and then type in different numbers in the "Num1" and "Num2" set variable blocks. Have fun!