You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Write a program that prints a number from 0 to 100. If the number is divisible by 3 print Fizz. If the number is divisible
by 5 print Buzz. If it is divisible by both print FizzBuzz.