Code Before Coffee

Daily coding challenges with timers, streaks, and friendly competition. Can you solve it before your brew is ready?

0
Day Streak
--:--
Best Time
Easy
Today's Difficulty

FizzBuzz Challenge

Easy

Write a function that prints numbers 1 to 100, but for multiples of 3 print 'Fizz', multiples of 5 print 'Buzz', and multiples of both print 'FizzBuzz'.

Example:1, 2, Fizz, 4, Buzz, Fizz, 7, 8, Fizz, Buzz, 11, Fizz, 13, 14, FizzBuzz...
Hint:Use modulo operator (%) to check for remainders

Coming Soon

πŸ†
Leaderboard
Compete with other coders globally
🎯
Daily Challenges
Fresh problems every day
πŸ’¬
Community Solutions
See how others solved it
πŸ“Š
Progress Tracking
Detailed analytics and insights