1. Program the butterfly to count from 1 to 50. 2. If the number is a multiple of 3, instead of saying the number, make the butterfly say Fizz! 3. If the number is a multiple of 5, instead of saying the number, make the butterfly say Buzz! 4. If the number is a multiple of 3 and 5, instead of saying the number (or any other word), make the butterfly say Fizzbuzz!