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
Program prints number from 1 - 100. If the number is divisible by three, it prints "Fizz" instead. If the number if divisible by five, prints "Buzz" instead. If the number is divisible by both three and five, it prints "FizzBuzz."