a. Write a function called fizzbuzz. This function will take 1 number as a parameter. The function will print all numbers from 0
up to the number input (non-inclusive), but, if the number is divisible by 2 you will print fizz instead, and if the number is divisible by 3 you will print buzz instead. If it is divisible by both you will print fizzbuzz
Programming languages have functions because, they are the set of operations that may be applied to objects of that particular class. for an example I will attach a function, you just check it