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
if an integer is divisible by 3 print “Fizz” , if an integer is divisible by 5 print “Buzz”, if an integer is divisible by both 3 and 5 print “FizzBuzz”
The text was updated successfully, but these errors were encountered:
Fizz Buz
Print integers 1 to N, but
The text was updated successfully, but these errors were encountered: