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
FizzBuzz built in Java.
Iterates from 1 to 100, printing "Fizz" if divisible by 3, "Buzz" if divisible by 5, both if both apply, and the number if none apply.