FizzBuzz
Easy
50 XP
Challenge Description
Print numbers from 1 to 100 with Fizz for multiples of 3, Buzz for 5, and FizzBuzz for both.
Examples
Example 1:
Input:
3
Output:
Fizz
Example 2:
Input:
5
Output:
Buzz
Languages
Challenge Stats
Total Attempts
0
Status